| index | https://docs.python.org/3.0/genindex.html |
| modules | https://docs.python.org/3.0/modindex.html |
| next | https://docs.python.org/3.0/library/exceptions.html |
| previous | https://docs.python.org/3.0/library/objects.html |
| Python v3.0.1 documentation | https://docs.python.org/3.0/index.html |
| The Python Standard Library | https://docs.python.org/3.0/library/index.html |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#built-in-types |
| repr() | https://docs.python.org/3.0/library/functions.html#repr |
| str() | https://docs.python.org/3.0/library/functions.html#str |
| print() | https://docs.python.org/3.0/library/functions.html#print |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#truth-value-testing |
| if | https://docs.python.org/3.0/reference/compound_stmts.html#if |
| while | https://docs.python.org/3.0/reference/compound_stmts.html#while |
| __bool__() | https://docs.python.org/3.0/reference/datamodel.html#object.__bool__ |
| __len__() | https://docs.python.org/3.0/reference/datamodel.html#object.__len__ |
| bool | https://docs.python.org/3.0/library/functions.html#bool |
| [1] | https://docs.python.org/3.0/library/stdtypes.html#id8 |
| and | https://docs.python.org/3.0/reference/expressions.html#and |
| or | https://docs.python.org/3.0/reference/expressions.html#or |
| not | https://docs.python.org/3.0/reference/expressions.html#not |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#boolean-operations-and-or-not |
| False | https://docs.python.org/3.0/library/constants.html#False |
| True | https://docs.python.org/3.0/library/constants.html#True |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#comparisons |
| TypeError | https://docs.python.org/3.0/library/exceptions.html#exceptions.TypeError |
| __eq__() | https://docs.python.org/3.0/reference/datamodel.html#object.__eq__ |
| __lt__() | https://docs.python.org/3.0/reference/datamodel.html#object.__lt__ |
| __le__() | https://docs.python.org/3.0/reference/datamodel.html#object.__le__ |
| __gt__() | https://docs.python.org/3.0/reference/datamodel.html#object.__gt__ |
| __ge__() | https://docs.python.org/3.0/reference/datamodel.html#object.__ge__ |
| __lt__() | https://docs.python.org/3.0/reference/datamodel.html#object.__lt__ |
| __eq__() | https://docs.python.org/3.0/reference/datamodel.html#object.__eq__ |
| is | https://docs.python.org/3.0/reference/expressions.html#is |
| is not | https://docs.python.org/3.0/reference/expressions.html#isnot |
| int | https://docs.python.org/3.0/library/functions.html#int |
| float | https://docs.python.org/3.0/library/functions.html#float |
| complex | https://docs.python.org/3.0/library/functions.html#complex |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#numeric-types-int-float-complex |
| fractions | https://docs.python.org/3.0/library/fractions.html#module-fractions |
| decimal | https://docs.python.org/3.0/library/decimal.html#module-decimal |
| [2] | https://docs.python.org/3.0/library/stdtypes.html#id9 |
| int() | https://docs.python.org/3.0/library/functions.html#int |
| float() | https://docs.python.org/3.0/library/functions.html#float |
| complex() | https://docs.python.org/3.0/library/functions.html#complex |
| abs() | https://docs.python.org/3.0/library/functions.html#abs |
| int() | https://docs.python.org/3.0/library/functions.html#int |
| float() | https://docs.python.org/3.0/library/functions.html#float |
| complex() | https://docs.python.org/3.0/library/functions.html#complex |
| divmod() | https://docs.python.org/3.0/library/functions.html#divmod |
| pow() | https://docs.python.org/3.0/library/functions.html#pow |
| abs() | https://docs.python.org/3.0/library/functions.html#abs |
| math | https://docs.python.org/3.0/library/math.html#module-math |
| numbers.Real | https://docs.python.org/3.0/library/numbers.html#numbers.Real |
| int | https://docs.python.org/3.0/library/functions.html#int |
| float | https://docs.python.org/3.0/library/functions.html#float |
| math | https://docs.python.org/3.0/library/math.html#module-math |
| cmath | https://docs.python.org/3.0/library/cmath.html#module-cmath |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#bit-string-operations-on-integer-types |
| ValueError | https://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-integer-types |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#int.bit_length |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-float |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#float.as_integer_ratio |
| OverflowError | https://docs.python.org/3.0/library/exceptions.html#exceptions.OverflowError |
| ValueError | https://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#float.hex |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#float.fromhex |
| float.hex() | https://docs.python.org/3.0/library/stdtypes.html#float.hex |
| float.fromhex() | https://docs.python.org/3.0/library/stdtypes.html#float.fromhex |
| float.hex() | https://docs.python.org/3.0/library/stdtypes.html#float.hex |
| float.fromhex() | https://docs.python.org/3.0/library/stdtypes.html#float.fromhex |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#iterator-types |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#container.__iter__ |
| tp_iter | https://docs.python.org/3.0/c-api/typeobj.html#tp_iter |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#iterator.__iter__ |
| for | https://docs.python.org/3.0/reference/compound_stmts.html#for |
| in | https://docs.python.org/3.0/reference/expressions.html#in |
| tp_iter | https://docs.python.org/3.0/c-api/typeobj.html#tp_iter |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#iterator.__next__ |
| StopIteration | https://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration |
| tp_iternext | https://docs.python.org/3.0/c-api/typeobj.html#tp_iternext |
| StopIteration | https://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration |
| generator | https://docs.python.org/3.0/glossary.html#term-generator |
| __iter__() | https://docs.python.org/3.0/reference/datamodel.html#object.__iter__ |
| __iter__() | https://docs.python.org/3.0/reference/datamodel.html#object.__iter__ |
| str | https://docs.python.org/3.0/library/functions.html#str |
| bytes | https://docs.python.org/3.0/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.0/library/functions.html#bytearray |
| list | https://docs.python.org/3.0/library/functions.html#list |
| tuple | https://docs.python.org/3.0/library/functions.html#tuple |
| range | https://docs.python.org/3.0/library/functions.html#range |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range |
| bytes | https://docs.python.org/3.0/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.0/library/functions.html#bytearray |
| dict | https://docs.python.org/3.0/library/stdtypes.html#dict |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| collections | https://docs.python.org/3.0/library/collections.html#module-collections |
| String and Bytes literals | https://docs.python.org/3.0/reference/lexical_analysis.html#strings |
| String Methods | https://docs.python.org/3.0/library/stdtypes.html#string-methods |
| bytes() | https://docs.python.org/3.0/library/functions.html#bytes |
| bytearray() | https://docs.python.org/3.0/library/functions.html#bytearray |
| range() | https://docs.python.org/3.0/library/functions.html#range |
| min() | https://docs.python.org/3.0/library/functions.html#min |
| max() | https://docs.python.org/3.0/library/functions.html#max |
| [3] | https://docs.python.org/3.0/library/stdtypes.html#id10 |
| Mutable Sequence Types | https://docs.python.org/3.0/library/stdtypes.html#typesseq-mutable |
| Comparisons | https://docs.python.org/3.0/reference/expressions.html#comparisons |
| str.join() | https://docs.python.org/3.0/library/stdtypes.html#str.join |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#id4 |
| Sequence Types — str, bytes, bytearray, list, tuple, range | https://docs.python.org/3.0/library/stdtypes.html#typesseq |
| String Formatting | https://docs.python.org/3.0/library/string.html#string-formatting |
| re | https://docs.python.org/3.0/library/re.html#module-re |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.capitalize |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.center |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.count |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.encode |
| UnicodeError | https://docs.python.org/3.0/library/exceptions.html#exceptions.UnicodeError |
| codecs.register_error() | https://docs.python.org/3.0/library/codecs.html#codecs.register_error |
| Codec Base Classes | https://docs.python.org/3.0/library/codecs.html#codec-base-classes |
| Standard Encodings | https://docs.python.org/3.0/library/codecs.html#standard-encodings |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.endswith |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.expandtabs |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.find |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.format |
| Format String Syntax | https://docs.python.org/3.0/library/string.html#formatstrings |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.index |
| ValueError | https://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isalnum |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isalpha |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isdecimal |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isdigit |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isidentifier |
| Identifiers and keywords | https://docs.python.org/3.0/reference/lexical_analysis.html#identifiers |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.islower |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isnumeric |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isprintable |
| repr() | https://docs.python.org/3.0/library/functions.html#repr |
| sys.stdout | https://docs.python.org/3.0/library/sys.html#sys.stdout |
| sys.stderr | https://docs.python.org/3.0/library/sys.html#sys.stderr |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isspace |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.istitle |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.isupper |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.join |
| TypeError | https://docs.python.org/3.0/library/exceptions.html#exceptions.TypeError |
| bytes | https://docs.python.org/3.0/library/functions.html#bytes |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.ljust |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.lower |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.lstrip |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.maketrans |
| str.translate() | https://docs.python.org/3.0/library/stdtypes.html#str.translate |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.partition |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.replace |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.rfind |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.rindex |
| ValueError | https://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.rjust |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.rpartition |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.rsplit |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.rstrip |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.split |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.splitlines |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.startswith |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.strip |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.swapcase |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.title |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.translate |
| str.maketrans() | https://docs.python.org/3.0/library/stdtypes.html#str.maketrans |
| codecs | https://docs.python.org/3.0/library/codecs.html#module-codecs |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.upper |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#str.zfill |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#old-string-formatting-operations |
| String Formatting | https://docs.python.org/3.0/library/string.html#string-formatting |
| [4] | https://docs.python.org/3.0/library/stdtypes.html#id11 |
| repr() | https://docs.python.org/3.0/library/functions.html#repr |
| str() | https://docs.python.org/3.0/library/functions.html#str |
| PEP 237 | http://www.python.org/dev/peps/pep-0237 |
| [5] | https://docs.python.org/3.0/library/stdtypes.html#id12 |
| string | https://docs.python.org/3.0/library/string.html#module-string |
| re | https://docs.python.org/3.0/library/re.html#module-re |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#range-type |
| range | https://docs.python.org/3.0/library/functions.html#range |
| range | https://docs.python.org/3.0/library/functions.html#range |
| range | https://docs.python.org/3.0/library/functions.html#range |
| len() | https://docs.python.org/3.0/library/functions.html#len |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#mutable-sequence-types |
| ValueError | https://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError |
| ValueError | https://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError |
| bytearray | https://docs.python.org/3.0/library/functions.html#bytearray |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#bytes-and-byte-array-methods |
| format() | https://docs.python.org/3.0/library/functions.html#format |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#bytes.fromhex |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#bytearray.fromhex |
| bytes | https://docs.python.org/3.0/library/functions.html#bytes |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#bytes.translate |
| string.maketrans() | https://docs.python.org/3.0/library/string.html#string.maketrans |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set-types-set-frozenset |
| hashable | https://docs.python.org/3.0/glossary.html#term-hashable |
| dict | https://docs.python.org/3.0/library/stdtypes.html#dict |
| list | https://docs.python.org/3.0/library/functions.html#list |
| tuple | https://docs.python.org/3.0/library/functions.html#tuple |
| collections | https://docs.python.org/3.0/library/collections.html#module-collections |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| hashable | https://docs.python.org/3.0/glossary.html#term-hashable |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.isdisjoint |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.issubset |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.issuperset |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.union |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.intersection |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.difference |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.symmetric_difference |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.copy |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| hashable | https://docs.python.org/3.0/glossary.html#term-hashable |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.0/library/stdtypes.html#frozenset |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.update |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.intersection_update |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.difference_update |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.symmetric_difference_update |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.add |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.remove |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.discard |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.pop |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#set.clear |
| __contains__() | https://docs.python.org/3.0/reference/datamodel.html#object.__contains__ |
| dict | https://docs.python.org/3.0/library/stdtypes.html#dict |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#mapping-types-dict |
| hashable | https://docs.python.org/3.0/glossary.html#term-hashable |
| list | https://docs.python.org/3.0/library/functions.html#list |
| set | https://docs.python.org/3.0/library/stdtypes.html#set |
| tuple | https://docs.python.org/3.0/library/functions.html#tuple |
| collections | https://docs.python.org/3.0/library/collections.html#module-collections |
| hashable | https://docs.python.org/3.0/glossary.html#term-hashable |
| dict | https://docs.python.org/3.0/library/stdtypes.html#dict |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| collections.defaultdict | https://docs.python.org/3.0/library/collections.html#collections.defaultdict |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.clear |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.copy |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.fromkeys |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.get |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.items |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.keys |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.pop |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.popitem |
| KeyError | https://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.setdefault |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.update |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dict.values |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#dictionary-view-objects |
| dict.keys() | https://docs.python.org/3.0/library/stdtypes.html#dict.keys |
| dict.values() | https://docs.python.org/3.0/library/stdtypes.html#dict.values |
| dict.items() | https://docs.python.org/3.0/library/stdtypes.html#dict.items |
| zip() | https://docs.python.org/3.0/library/functions.html#zip |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file-objects |
| open() | https://docs.python.org/3.0/library/functions.html#open |
| os.fdopen() | https://docs.python.org/3.0/library/os.html#os.fdopen |
| tempfile | https://docs.python.org/3.0/library/tempfile.html#module-tempfile |
| shutil | https://docs.python.org/3.0/library/shutil.html#module-shutil |
| IOError | https://docs.python.org/3.0/library/exceptions.html#exceptions.IOError |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.close |
| ValueError | https://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| contextlib.closing() | https://docs.python.org/3.0/library/contextlib.html#contextlib.closing |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.flush |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.fileno |
| fcntl | https://docs.python.org/3.0/library/fcntl.html#module-fcntl |
| os.read() | https://docs.python.org/3.0/library/os.html#os.read |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.isatty |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.__next__ |
| for | https://docs.python.org/3.0/reference/compound_stmts.html#for |
| StopIteration | https://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration |
| for | https://docs.python.org/3.0/reference/compound_stmts.html#for |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.read |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.readline |
| [6] | https://docs.python.org/3.0/library/stdtypes.html#id13 |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.readlines |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.seek |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.tell |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.truncate |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.write |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.writelines |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.closed |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.encoding |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.errors |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.mode |
| open() | https://docs.python.org/3.0/library/functions.html#open |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.name |
| open() | https://docs.python.org/3.0/library/functions.html#open |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#file.newlines |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview-types |
| memoryview | https://docs.python.org/3.0/library/stdtypes.html#memoryview |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview |
| memoryview | https://docs.python.org/3.0/library/stdtypes.html#memoryview |
| bytes | https://docs.python.org/3.0/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.0/library/functions.html#bytearray |
| memoryview | https://docs.python.org/3.0/library/stdtypes.html#memoryview |
| memoryview | https://docs.python.org/3.0/library/stdtypes.html#memoryview |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview.tobytes |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview.tolist |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview.format |
| struct | https://docs.python.org/3.0/library/struct.html#module-struct |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview.itemsize |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview.shape |
| ndim | https://docs.python.org/3.0/c-api/buffer.html#ndim |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview.ndim |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#memoryview.strides |
| ndim | https://docs.python.org/3.0/c-api/buffer.html#ndim |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#context-manager-types |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#contextmanager.__enter__ |
| as | https://docs.python.org/3.0/reference/compound_stmts.html#as |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| open() | https://docs.python.org/3.0/library/functions.html#open |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| decimal.localcontext() | https://docs.python.org/3.0/library/decimal.html#decimal.localcontext |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#contextmanager.__exit__ |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.0/reference/compound_stmts.html#with |
| __exit__() | https://docs.python.org/3.0/reference/datamodel.html#object.__exit__ |
| contextlib | https://docs.python.org/3.0/library/contextlib.html#module-contextlib |
| generator | https://docs.python.org/3.0/glossary.html#term-generator |
| decorator | https://docs.python.org/3.0/glossary.html#term-decorator |
| __enter__() | https://docs.python.org/3.0/reference/datamodel.html#object.__enter__ |
| __exit__() | https://docs.python.org/3.0/reference/datamodel.html#object.__exit__ |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#other-built-in-types |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#modules |
| import | https://docs.python.org/3.0/reference/simple_stmts.html#import |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#classes-and-class-instances |
| Objects, values and types | https://docs.python.org/3.0/reference/datamodel.html#objects |
| Class definitions | https://docs.python.org/3.0/reference/compound_stmts.html#class |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#functions |
| Function definitions | https://docs.python.org/3.0/reference/compound_stmts.html#function |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#methods |
| TypeError | https://docs.python.org/3.0/library/exceptions.html#exceptions.TypeError |
| The standard type hierarchy | https://docs.python.org/3.0/reference/datamodel.html#types |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#code-objects |
| compile() | https://docs.python.org/3.0/library/functions.html#compile |
| code | https://docs.python.org/3.0/library/code.html#module-code |
| exec() | https://docs.python.org/3.0/library/functions.html#exec |
| eval() | https://docs.python.org/3.0/library/functions.html#eval |
| The standard type hierarchy | https://docs.python.org/3.0/reference/datamodel.html#types |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#type-objects |
| type() | https://docs.python.org/3.0/library/functions.html#type |
| types | https://docs.python.org/3.0/library/types.html#module-types |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#the-null-object |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#the-ellipsis-object |
| Slicings | https://docs.python.org/3.0/reference/expressions.html#slicings |
| Ellipsis | https://docs.python.org/3.0/library/constants.html#Ellipsis |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#boolean-values |
| bool() | https://docs.python.org/3.0/library/functions.html#bool |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#internal-objects |
| The standard type hierarchy | https://docs.python.org/3.0/reference/datamodel.html#types |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#special-attributes |
| dir() | https://docs.python.org/3.0/library/functions.html#dir |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#object.__dict__ |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#instance.__class__ |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#class.__bases__ |
| ¶ | https://docs.python.org/3.0/library/stdtypes.html#class.__name__ |
| [1] | https://docs.python.org/3.0/library/stdtypes.html#id1 |
| Basic customization | https://docs.python.org/3.0/reference/datamodel.html#customization |
| [2] | https://docs.python.org/3.0/library/stdtypes.html#id2 |
| [3] | https://docs.python.org/3.0/library/stdtypes.html#id3 |
| [4] | https://docs.python.org/3.0/library/stdtypes.html#id5 |
| [5] | https://docs.python.org/3.0/library/stdtypes.html#id6 |
| [6] | https://docs.python.org/3.0/library/stdtypes.html#id7 |
| Table Of Contents | https://docs.python.org/3.0/contents.html |
| Built-in Types | https://docs.python.org/3.0/library/stdtypes.html |
| Truth Value Testing | https://docs.python.org/3.0/library/stdtypes.html#truth-value-testing |
| Boolean Operations — and, or, not | https://docs.python.org/3.0/library/stdtypes.html#boolean-operations-and-or-not |
| Comparisons | https://docs.python.org/3.0/library/stdtypes.html#comparisons |
| Numeric Types — int, float, complex | https://docs.python.org/3.0/library/stdtypes.html#numeric-types-int-float-complex |
| Bit-string Operations on Integer Types | https://docs.python.org/3.0/library/stdtypes.html#bit-string-operations-on-integer-types |
| Additional Methods on Integer Types | https://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-integer-types |
| Additional Methods on Float | https://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-float |
| Iterator Types | https://docs.python.org/3.0/library/stdtypes.html#iterator-types |
| Sequence Types — str, bytes, bytearray, list, tuple, range | https://docs.python.org/3.0/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range |
| String Methods | https://docs.python.org/3.0/library/stdtypes.html#id4 |
| Old String Formatting Operations | https://docs.python.org/3.0/library/stdtypes.html#old-string-formatting-operations |
| Range Type | https://docs.python.org/3.0/library/stdtypes.html#range-type |
| Mutable Sequence Types | https://docs.python.org/3.0/library/stdtypes.html#mutable-sequence-types |
| Bytes and Byte Array Methods | https://docs.python.org/3.0/library/stdtypes.html#bytes-and-byte-array-methods |
| Set Types — set, frozenset | https://docs.python.org/3.0/library/stdtypes.html#set-types-set-frozenset |
| Mapping Types — dict | https://docs.python.org/3.0/library/stdtypes.html#mapping-types-dict |
| Dictionary view objects | https://docs.python.org/3.0/library/stdtypes.html#dictionary-view-objects |
| File Objects | https://docs.python.org/3.0/library/stdtypes.html#file-objects |
| memoryview Types | https://docs.python.org/3.0/library/stdtypes.html#memoryview-types |
| Context Manager Types | https://docs.python.org/3.0/library/stdtypes.html#context-manager-types |
| Other Built-in Types | https://docs.python.org/3.0/library/stdtypes.html#other-built-in-types |
| Modules | https://docs.python.org/3.0/library/stdtypes.html#modules |
| Classes and Class Instances | https://docs.python.org/3.0/library/stdtypes.html#classes-and-class-instances |
| Functions | https://docs.python.org/3.0/library/stdtypes.html#functions |
| Methods | https://docs.python.org/3.0/library/stdtypes.html#methods |
| Code Objects | https://docs.python.org/3.0/library/stdtypes.html#code-objects |
| Type Objects | https://docs.python.org/3.0/library/stdtypes.html#type-objects |
| The Null Object | https://docs.python.org/3.0/library/stdtypes.html#the-null-object |
| The Ellipsis Object | https://docs.python.org/3.0/library/stdtypes.html#the-ellipsis-object |
| Boolean Values | https://docs.python.org/3.0/library/stdtypes.html#boolean-values |
| Internal Objects | https://docs.python.org/3.0/library/stdtypes.html#internal-objects |
| Special Attributes | https://docs.python.org/3.0/library/stdtypes.html#special-attributes |
| Built-in Objects | https://docs.python.org/3.0/library/objects.html |
| Built-in Exceptions | https://docs.python.org/3.0/library/exceptions.html |
| Show Source | https://docs.python.org/3.0/_sources/library/stdtypes.txt |
| index | https://docs.python.org/3.0/genindex.html |
| modules | https://docs.python.org/3.0/modindex.html |
| next | https://docs.python.org/3.0/library/exceptions.html |
| previous | https://docs.python.org/3.0/library/objects.html |
| Python v3.0.1 documentation | https://docs.python.org/3.0/index.html |
| The Python Standard Library | https://docs.python.org/3.0/library/index.html |
| Copyright | https://docs.python.org/3.0/copyright.html |
| Sphinx | http://sphinx.pocoo.org/ |