Previous  1 | 2  
All Samples(4)  |  Call(4)  |  Derive(0)  |  Import(0)
No Document.

All Samples(4)  |  Call(0)  |  Derive(0)  |  Import(4)
No Document.

All Samples(4)  |  Call(0)  |  Derive(0)  |  Import(4)
tuple() -> empty tuple
tuple(iterable) -> tuple initialized from iterable's items

If the argument is a tuple, the return value is the same object.

All Samples(3)  |  Call(0)  |  Derive(0)  |  Import(3)
int(x[, base]) -> integer

Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.  If base is zero, the proper base is guessed based on the
string content.  If the argument is outside the integer range a
long object will be returned instead.

All Samples(2)  |  Call(0)  |  Derive(0)  |  Import(2)
No Document.

All Samples(2)  |  Call(0)  |  Derive(0)  |  Import(2)
No Document.

All Samples(1)  |  Call(1)  |  Derive(0)  |  Import(0)
No Document.

All Samples(1)  |  Call(1)  |  Derive(0)  |  Import(0)
No Document.

All Samples(1)  |  Call(1)  |  Derive(0)  |  Import(0)
No Document.

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

Previous  1 | 2