| index | https://docs.python.org/3.2/genindex.html |
| modules | https://docs.python.org/3.2/py-modindex.html |
| next | https://docs.python.org/3.2/library/exceptions.html |
| previous | https://docs.python.org/3.2/library/constants.html |
| Python | http://www.python.org/ |
| 3.2.6 Documentation | https://docs.python.org/3.2/index.html |
| The Python Standard Library | https://docs.python.org/3.2/library/index.html |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#built-in-types |
| repr() | https://docs.python.org/3.2/library/functions.html#repr |
| str() | https://docs.python.org/3.2/library/functions.html#str |
| print() | https://docs.python.org/3.2/library/functions.html#print |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#truth-value-testing |
| if | https://docs.python.org/3.2/reference/compound_stmts.html#if |
| while | https://docs.python.org/3.2/reference/compound_stmts.html#while |
| __bool__() | https://docs.python.org/3.2/reference/datamodel.html#object.__bool__ |
| __len__() | https://docs.python.org/3.2/reference/datamodel.html#object.__len__ |
| bool | https://docs.python.org/3.2/library/functions.html#bool |
| [1] | https://docs.python.org/3.2/library/stdtypes.html#id11 |
| and | https://docs.python.org/3.2/reference/expressions.html#and |
| or | https://docs.python.org/3.2/reference/expressions.html#or |
| not | https://docs.python.org/3.2/reference/expressions.html#not |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#boolean-operations-and-or-not |
| False | https://docs.python.org/3.2/library/constants.html#False |
| True | https://docs.python.org/3.2/library/constants.html#True |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#comparisons |
| TypeError | https://docs.python.org/3.2/library/exceptions.html#TypeError |
| __eq__() | https://docs.python.org/3.2/reference/datamodel.html#object.__eq__ |
| __lt__() | https://docs.python.org/3.2/reference/datamodel.html#object.__lt__ |
| __le__() | https://docs.python.org/3.2/reference/datamodel.html#object.__le__ |
| __gt__() | https://docs.python.org/3.2/reference/datamodel.html#object.__gt__ |
| __ge__() | https://docs.python.org/3.2/reference/datamodel.html#object.__ge__ |
| __lt__() | https://docs.python.org/3.2/reference/datamodel.html#object.__lt__ |
| __eq__() | https://docs.python.org/3.2/reference/datamodel.html#object.__eq__ |
| is | https://docs.python.org/3.2/reference/expressions.html#is |
| is not | https://docs.python.org/3.2/reference/expressions.html#is-not |
| in | https://docs.python.org/3.2/reference/expressions.html#in |
| not in | https://docs.python.org/3.2/reference/expressions.html#not-in |
| int | https://docs.python.org/3.2/library/functions.html#int |
| float | https://docs.python.org/3.2/library/functions.html#float |
| complex | https://docs.python.org/3.2/library/functions.html#complex |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#numeric-types-int-float-complex |
| sys.float_info | https://docs.python.org/3.2/library/sys.html#sys.float_info |
| fractions | https://docs.python.org/3.2/library/fractions.html#module-fractions |
| decimal | https://docs.python.org/3.2/library/decimal.html#module-decimal |
| [2] | https://docs.python.org/3.2/library/stdtypes.html#id12 |
| int() | https://docs.python.org/3.2/library/functions.html#int |
| float() | https://docs.python.org/3.2/library/functions.html#float |
| complex() | https://docs.python.org/3.2/library/functions.html#complex |
| abs() | https://docs.python.org/3.2/library/functions.html#abs |
| int() | https://docs.python.org/3.2/library/functions.html#int |
| float() | https://docs.python.org/3.2/library/functions.html#float |
| complex() | https://docs.python.org/3.2/library/functions.html#complex |
| divmod() | https://docs.python.org/3.2/library/functions.html#divmod |
| pow() | https://docs.python.org/3.2/library/functions.html#pow |
| abs() | https://docs.python.org/3.2/library/functions.html#abs |
| math | https://docs.python.org/3.2/library/math.html#module-math |
| http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt | http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt |
| numbers.Real | https://docs.python.org/3.2/library/numbers.html#numbers.Real |
| int | https://docs.python.org/3.2/library/functions.html#int |
| float | https://docs.python.org/3.2/library/functions.html#float |
| math | https://docs.python.org/3.2/library/math.html#module-math |
| cmath | https://docs.python.org/3.2/library/cmath.html#module-cmath |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bitwise-operations-on-integer-types |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-integer-types |
| numbers.Integral | https://docs.python.org/3.2/library/numbers.html#numbers.Integral |
| abstract base
class | https://docs.python.org/3.2/glossary.html#term-abstract-base-class |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#int.bit_length |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#int.to_bytes |
| OverflowError | https://docs.python.org/3.2/library/exceptions.html#OverflowError |
| sys.byteorder | https://docs.python.org/3.2/library/sys.html#sys.byteorder |
| OverflowError | https://docs.python.org/3.2/library/exceptions.html#OverflowError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#int.from_bytes |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| sys.byteorder | https://docs.python.org/3.2/library/sys.html#sys.byteorder |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-float |
| numbers.Real | https://docs.python.org/3.2/library/numbers.html#numbers.Real |
| abstract base
class | https://docs.python.org/3.2/glossary.html#term-abstract-base-class |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#float.as_integer_ratio |
| OverflowError | https://docs.python.org/3.2/library/exceptions.html#OverflowError |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#float.is_integer |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#float.hex |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#float.fromhex |
| float.hex() | https://docs.python.org/3.2/library/stdtypes.html#float.hex |
| float.fromhex() | https://docs.python.org/3.2/library/stdtypes.html#float.fromhex |
| float.hex() | https://docs.python.org/3.2/library/stdtypes.html#float.hex |
| float.fromhex() | https://docs.python.org/3.2/library/stdtypes.html#float.fromhex |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#hashing-of-numeric-types |
| __hash__() | https://docs.python.org/3.2/reference/datamodel.html#object.__hash__ |
| int | https://docs.python.org/3.2/library/functions.html#int |
| float | https://docs.python.org/3.2/library/functions.html#float |
| decimal.Decimal | https://docs.python.org/3.2/library/decimal.html#decimal.Decimal |
| fractions.Fraction | https://docs.python.org/3.2/library/fractions.html#fractions.Fraction |
| int | https://docs.python.org/3.2/library/functions.html#int |
| float | https://docs.python.org/3.2/library/functions.html#float |
| decimal.Decimal | https://docs.python.org/3.2/library/decimal.html#decimal.Decimal |
| sys.hash_info | https://docs.python.org/3.2/library/sys.html#sys.hash_info |
| complex | https://docs.python.org/3.2/library/functions.html#complex |
| float | https://docs.python.org/3.2/library/functions.html#float |
| complex | https://docs.python.org/3.2/library/functions.html#complex |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#iterator-types |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#container.__iter__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#iterator.__iter__ |
| for | https://docs.python.org/3.2/reference/compound_stmts.html#for |
| in | https://docs.python.org/3.2/reference/expressions.html#in |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#iterator.__next__ |
| StopIteration | https://docs.python.org/3.2/library/exceptions.html#StopIteration |
| __next__() | https://docs.python.org/3.2/library/stdtypes.html#iterator.__next__ |
| StopIteration | https://docs.python.org/3.2/library/exceptions.html#StopIteration |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#generator-types |
| generator | https://docs.python.org/3.2/glossary.html#term-generator |
| __iter__() | https://docs.python.org/3.2/reference/datamodel.html#object.__iter__ |
| __iter__() | https://docs.python.org/3.2/reference/datamodel.html#object.__iter__ |
| __next__() | https://docs.python.org/3.2/reference/expressions.html#generator.__next__ |
| the documentation for
the yield expression | https://docs.python.org/3.2/reference/expressions.html#yieldexpr |
| str | https://docs.python.org/3.2/library/functions.html#str |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| list | https://docs.python.org/3.2/library/functions.html#list |
| tuple | https://docs.python.org/3.2/library/functions.html#tuple |
| range | https://docs.python.org/3.2/library/functions.html#range |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| dict | https://docs.python.org/3.2/library/stdtypes.html#dict |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| collections | https://docs.python.org/3.2/library/collections.html#module-collections |
| str | https://docs.python.org/3.2/library/functions.html#str |
| sequences | https://docs.python.org/3.2/library/stdtypes.html#typesseq |
| String and Bytes literals | https://docs.python.org/3.2/reference/lexical_analysis.html#strings |
| String Methods | https://docs.python.org/3.2/library/stdtypes.html#string-methods |
| bytes() | https://docs.python.org/3.2/library/functions.html#bytes |
| bytearray() | https://docs.python.org/3.2/library/functions.html#bytearray |
| range() | https://docs.python.org/3.2/library/functions.html#range |
| min() | https://docs.python.org/3.2/library/functions.html#min |
| max() | https://docs.python.org/3.2/library/functions.html#max |
| [3] | https://docs.python.org/3.2/library/stdtypes.html#id13 |
| Mutable Sequence Types | https://docs.python.org/3.2/library/stdtypes.html#typesseq-mutable |
| Comparisons | https://docs.python.org/3.2/reference/expressions.html#comparisons |
| str | https://docs.python.org/3.2/library/functions.html#str |
| str.join() | https://docs.python.org/3.2/library/stdtypes.html#str.join |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#string-methods |
| Sequence Types — str, bytes, bytearray, list, tuple, range | https://docs.python.org/3.2/library/stdtypes.html#typesseq |
| String Formatting | https://docs.python.org/3.2/library/string.html#string-formatting |
| re | https://docs.python.org/3.2/library/re.html#module-re |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.capitalize |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.center |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.count |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.encode |
| UnicodeError | https://docs.python.org/3.2/library/exceptions.html#UnicodeError |
| codecs.register_error() | https://docs.python.org/3.2/library/codecs.html#codecs.register_error |
| Codec Base Classes | https://docs.python.org/3.2/library/codecs.html#codec-base-classes |
| Standard Encodings | https://docs.python.org/3.2/library/codecs.html#standard-encodings |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.endswith |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.expandtabs |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.find |
| find() | https://docs.python.org/3.2/library/stdtypes.html#str.find |
| in | https://docs.python.org/3.2/reference/expressions.html#in |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.format |
| Format String Syntax | https://docs.python.org/3.2/library/string.html#formatstrings |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.format_map |
| dict | https://docs.python.org/3.2/library/stdtypes.html#dict |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.index |
| find() | https://docs.python.org/3.2/library/stdtypes.html#str.find |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isalnum |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isalpha |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isdecimal |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isdigit |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isidentifier |
| Identifiers and keywords | https://docs.python.org/3.2/reference/lexical_analysis.html#identifiers |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.islower |
| [4] | https://docs.python.org/3.2/library/stdtypes.html#id14 |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isnumeric |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isprintable |
| repr() | https://docs.python.org/3.2/library/functions.html#repr |
| sys.stdout | https://docs.python.org/3.2/library/sys.html#sys.stdout |
| sys.stderr | https://docs.python.org/3.2/library/sys.html#sys.stderr |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isspace |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.istitle |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.isupper |
| [4] | https://docs.python.org/3.2/library/stdtypes.html#id14 |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.join |
| iterable | https://docs.python.org/3.2/glossary.html#term-iterable |
| TypeError | https://docs.python.org/3.2/library/exceptions.html#TypeError |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.ljust |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.lower |
| [4] | https://docs.python.org/3.2/library/stdtypes.html#id14 |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.lstrip |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.maketrans |
| str.translate() | https://docs.python.org/3.2/library/stdtypes.html#str.translate |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.partition |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.replace |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.rfind |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.rindex |
| rfind() | https://docs.python.org/3.2/library/stdtypes.html#str.rfind |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.rjust |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.rpartition |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.rsplit |
| rsplit() | https://docs.python.org/3.2/library/stdtypes.html#str.rsplit |
| split() | https://docs.python.org/3.2/library/stdtypes.html#str.split |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.rstrip |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.split |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.splitlines |
| universal newlines | https://docs.python.org/3.2/glossary.html#term-universal-newlines |
| split() | https://docs.python.org/3.2/library/stdtypes.html#str.split |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.startswith |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.strip |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.swapcase |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.title |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.translate |
| str.maketrans() | https://docs.python.org/3.2/library/stdtypes.html#str.maketrans |
| codecs | https://docs.python.org/3.2/library/codecs.html#module-codecs |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.upper |
| [4] | https://docs.python.org/3.2/library/stdtypes.html#id14 |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#str.zfill |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#old-string-formatting-operations |
| String Formatting | https://docs.python.org/3.2/library/string.html#string-formatting |
| [5] | https://docs.python.org/3.2/library/stdtypes.html#id15 |
| repr() | https://docs.python.org/3.2/library/functions.html#repr |
| str() | https://docs.python.org/3.2/library/functions.html#str |
| ascii() | https://docs.python.org/3.2/library/functions.html#ascii |
| PEP 237 | http://www.python.org/dev/peps/pep-0237 |
| string | https://docs.python.org/3.2/library/string.html#module-string |
| re | https://docs.python.org/3.2/library/re.html#module-re |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#range-type |
| range | https://docs.python.org/3.2/library/functions.html#range |
| range | https://docs.python.org/3.2/library/functions.html#range |
| range | https://docs.python.org/3.2/library/functions.html#range |
| len() | https://docs.python.org/3.2/library/functions.html#len |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#range.count |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#range.index |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#mutable-sequence-types |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| functools.cmp_to_key() | https://docs.python.org/3.2/library/functools.html#functools.cmp_to_key |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytes-and-byte-array-methods |
| format() | https://docs.python.org/3.2/library/functions.html#format |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytes.decode |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytearray.decode |
| UnicodeError | https://docs.python.org/3.2/library/exceptions.html#UnicodeError |
| codecs.register_error() | https://docs.python.org/3.2/library/codecs.html#codecs.register_error |
| Codec Base Classes | https://docs.python.org/3.2/library/codecs.html#codec-base-classes |
| Standard Encodings | https://docs.python.org/3.2/library/codecs.html#standard-encodings |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytes.fromhex |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytearray.fromhex |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytes.translate |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytearray.translate |
| bytes.maketrans() | https://docs.python.org/3.2/library/stdtypes.html#bytes.maketrans |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytes.maketrans |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#bytearray.maketrans |
| bytes.translate() | https://docs.python.org/3.2/library/stdtypes.html#bytes.translate |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set-types-set-frozenset |
| hashable | https://docs.python.org/3.2/glossary.html#term-hashable |
| dict | https://docs.python.org/3.2/library/stdtypes.html#dict |
| list | https://docs.python.org/3.2/library/functions.html#list |
| tuple | https://docs.python.org/3.2/library/functions.html#tuple |
| collections | https://docs.python.org/3.2/library/collections.html#module-collections |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| hashable | https://docs.python.org/3.2/glossary.html#term-hashable |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.isdisjoint |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.issubset |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.issuperset |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.union |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.intersection |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.difference |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.copy |
| union() | https://docs.python.org/3.2/library/stdtypes.html#set.union |
| intersection() | https://docs.python.org/3.2/library/stdtypes.html#set.intersection |
| difference() | https://docs.python.org/3.2/library/stdtypes.html#set.difference |
| symmetric_difference() | https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference |
| issubset() | https://docs.python.org/3.2/library/stdtypes.html#set.issubset |
| issuperset() | https://docs.python.org/3.2/library/stdtypes.html#set.issuperset |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| hashable | https://docs.python.org/3.2/glossary.html#term-hashable |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| frozenset | https://docs.python.org/3.2/library/stdtypes.html#frozenset |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.update |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.intersection_update |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.difference_update |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference_update |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.add |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.remove |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.discard |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.pop |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#set.clear |
| update() | https://docs.python.org/3.2/library/stdtypes.html#set.update |
| intersection_update() | https://docs.python.org/3.2/library/stdtypes.html#set.intersection_update |
| difference_update() | https://docs.python.org/3.2/library/stdtypes.html#set.difference_update |
| symmetric_difference_update() | https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference_update |
| __contains__() | https://docs.python.org/3.2/reference/datamodel.html#object.__contains__ |
| remove() | https://docs.python.org/3.2/library/stdtypes.html#set.remove |
| discard() | https://docs.python.org/3.2/library/stdtypes.html#set.discard |
| dict | https://docs.python.org/3.2/library/stdtypes.html#dict |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#mapping-types-dict |
| mapping | https://docs.python.org/3.2/glossary.html#term-mapping |
| hashable | https://docs.python.org/3.2/glossary.html#term-hashable |
| list | https://docs.python.org/3.2/library/functions.html#list |
| set | https://docs.python.org/3.2/library/stdtypes.html#set |
| tuple | https://docs.python.org/3.2/library/functions.html#tuple |
| collections | https://docs.python.org/3.2/library/collections.html#module-collections |
| hashable | https://docs.python.org/3.2/glossary.html#term-hashable |
| dict | https://docs.python.org/3.2/library/stdtypes.html#dict |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict |
| iterator | https://docs.python.org/3.2/glossary.html#term-iterator |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| collections.Counter | https://docs.python.org/3.2/library/collections.html#collections.Counter |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.clear |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.copy |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.fromkeys |
| fromkeys() | https://docs.python.org/3.2/library/stdtypes.html#dict.fromkeys |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.get |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.items |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.keys |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.pop |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.popitem |
| popitem() | https://docs.python.org/3.2/library/stdtypes.html#dict.popitem |
| popitem() | https://docs.python.org/3.2/library/stdtypes.html#dict.popitem |
| KeyError | https://docs.python.org/3.2/library/exceptions.html#KeyError |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.setdefault |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.update |
| update() | https://docs.python.org/3.2/library/stdtypes.html#dict.update |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dict.values |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#dictionary-view-objects |
| dict.keys() | https://docs.python.org/3.2/library/stdtypes.html#dict.keys |
| dict.values() | https://docs.python.org/3.2/library/stdtypes.html#dict.values |
| dict.items() | https://docs.python.org/3.2/library/stdtypes.html#dict.items |
| zip() | https://docs.python.org/3.2/library/functions.html#zip |
| RuntimeError | https://docs.python.org/3.2/library/exceptions.html#RuntimeError |
| collections.Set | https://docs.python.org/3.2/library/collections.html#collections.Set |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview-type |
| memoryview | https://docs.python.org/3.2/library/stdtypes.html#memoryview |
| buffer protocol | https://docs.python.org/3.2/c-api/buffer.html#bufferobjects |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview |
| memoryview | https://docs.python.org/3.2/library/stdtypes.html#memoryview |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| memoryview | https://docs.python.org/3.2/library/stdtypes.html#memoryview |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| array.array | https://docs.python.org/3.2/library/array.html#array.array |
| itemsize | https://docs.python.org/3.2/library/stdtypes.html#memoryview.itemsize |
| memoryview | https://docs.python.org/3.2/library/stdtypes.html#memoryview |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| memoryview | https://docs.python.org/3.2/library/stdtypes.html#memoryview |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.tobytes |
| bytes | https://docs.python.org/3.2/library/functions.html#bytes |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.tolist |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.release |
| bytearray | https://docs.python.org/3.2/library/functions.html#bytearray |
| ValueError | https://docs.python.org/3.2/library/exceptions.html#ValueError |
| release() | https://docs.python.org/3.2/library/stdtypes.html#memoryview.release |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.format |
| struct | https://docs.python.org/3.2/library/struct.html#module-struct |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.itemsize |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.shape |
| ndim | https://docs.python.org/3.2/library/stdtypes.html#memoryview.ndim |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.ndim |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.strides |
| ndim | https://docs.python.org/3.2/library/stdtypes.html#memoryview.ndim |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#memoryview.readonly |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#context-manager-types |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#contextmanager.__enter__ |
| as | https://docs.python.org/3.2/reference/compound_stmts.html#as |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| file object | https://docs.python.org/3.2/glossary.html#term-file-object |
| open() | https://docs.python.org/3.2/library/functions.html#open |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| decimal.localcontext() | https://docs.python.org/3.2/library/decimal.html#decimal.localcontext |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#contextmanager.__exit__ |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| with | https://docs.python.org/3.2/reference/compound_stmts.html#with |
| __exit__() | https://docs.python.org/3.2/library/stdtypes.html#contextmanager.__exit__ |
| contextlib | https://docs.python.org/3.2/library/contextlib.html#module-contextlib |
| generator | https://docs.python.org/3.2/glossary.html#term-generator |
| contextlib.contextmanager | https://docs.python.org/3.2/library/contextlib.html#contextlib.contextmanager |
| contextlib.contextmanager | https://docs.python.org/3.2/library/contextlib.html#contextlib.contextmanager |
| __enter__() | https://docs.python.org/3.2/reference/datamodel.html#object.__enter__ |
| __exit__() | https://docs.python.org/3.2/reference/datamodel.html#object.__exit__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#other-built-in-types |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#modules |
| import | https://docs.python.org/3.2/reference/simple_stmts.html#import |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#classes-and-class-instances |
| Objects, values and types | https://docs.python.org/3.2/reference/datamodel.html#objects |
| Class definitions | https://docs.python.org/3.2/reference/compound_stmts.html#class |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#functions |
| Function definitions | https://docs.python.org/3.2/reference/compound_stmts.html#function |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#methods |
| AttributeError | https://docs.python.org/3.2/library/exceptions.html#AttributeError |
| The standard type hierarchy | https://docs.python.org/3.2/reference/datamodel.html#types |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#code-objects |
| compile() | https://docs.python.org/3.2/library/functions.html#compile |
| code | https://docs.python.org/3.2/library/code.html#module-code |
| exec() | https://docs.python.org/3.2/library/functions.html#exec |
| eval() | https://docs.python.org/3.2/library/functions.html#eval |
| The standard type hierarchy | https://docs.python.org/3.2/reference/datamodel.html#types |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#type-objects |
| type() | https://docs.python.org/3.2/library/functions.html#type |
| types | https://docs.python.org/3.2/library/types.html#module-types |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#the-null-object |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#the-ellipsis-object |
| Slicings | https://docs.python.org/3.2/reference/expressions.html#slicings |
| Ellipsis | https://docs.python.org/3.2/library/constants.html#Ellipsis |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#the-notimplemented-object |
| Comparisons | https://docs.python.org/3.2/reference/expressions.html#comparisons |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#boolean-values |
| bool() | https://docs.python.org/3.2/library/functions.html#bool |
| Truth Value Testing | https://docs.python.org/3.2/library/stdtypes.html#truth |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#internal-objects |
| The standard type hierarchy | https://docs.python.org/3.2/reference/datamodel.html#types |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#special-attributes |
| dir() | https://docs.python.org/3.2/library/functions.html#dir |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#object.__dict__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#instance.__class__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#class.__bases__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#class.__name__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#class.__mro__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#class.mro |
| __mro__ | https://docs.python.org/3.2/library/stdtypes.html#class.__mro__ |
| ¶ | https://docs.python.org/3.2/library/stdtypes.html#class.__subclasses__ |
| [1] | https://docs.python.org/3.2/library/stdtypes.html#id1 |
| Basic customization | https://docs.python.org/3.2/reference/datamodel.html#customization |
| [2] | https://docs.python.org/3.2/library/stdtypes.html#id2 |
| [3] | https://docs.python.org/3.2/library/stdtypes.html#id4 |
| 1 | https://docs.python.org/3.2/library/stdtypes.html#id6 |
| 2 | https://docs.python.org/3.2/library/stdtypes.html#id7 |
| 3 | https://docs.python.org/3.2/library/stdtypes.html#id8 |
| 4 | https://docs.python.org/3.2/library/stdtypes.html#id9 |
| [5] | https://docs.python.org/3.2/library/stdtypes.html#id10 |
| Table Of Contents | https://docs.python.org/3.2/contents.html |
| 4. Built-in Types | https://docs.python.org/3.2/library/stdtypes.html |
| 4.1. Truth Value Testing | https://docs.python.org/3.2/library/stdtypes.html#truth-value-testing |
| 4.2. Boolean Operations — and, or, not | https://docs.python.org/3.2/library/stdtypes.html#boolean-operations-and-or-not |
| 4.3. Comparisons | https://docs.python.org/3.2/library/stdtypes.html#comparisons |
| 4.4. Numeric Types — int, float, complex | https://docs.python.org/3.2/library/stdtypes.html#numeric-types-int-float-complex |
| 4.4.1. Bitwise Operations on Integer Types | https://docs.python.org/3.2/library/stdtypes.html#bitwise-operations-on-integer-types |
| 4.4.2. Additional Methods on Integer Types | https://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-integer-types |
| 4.4.3. Additional Methods on Float | https://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-float |
| 4.4.4. Hashing of numeric types | https://docs.python.org/3.2/library/stdtypes.html#hashing-of-numeric-types |
| 4.5. Iterator Types | https://docs.python.org/3.2/library/stdtypes.html#iterator-types |
| 4.5.1. Generator Types | https://docs.python.org/3.2/library/stdtypes.html#generator-types |
| 4.6. Sequence Types — str, bytes, bytearray, list, tuple, range | https://docs.python.org/3.2/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range |
| 4.6.1. String Methods | https://docs.python.org/3.2/library/stdtypes.html#string-methods |
| 4.6.2. Old String Formatting Operations | https://docs.python.org/3.2/library/stdtypes.html#old-string-formatting-operations |
| 4.6.3. Range Type | https://docs.python.org/3.2/library/stdtypes.html#range-type |
| 4.6.4. Mutable Sequence Types | https://docs.python.org/3.2/library/stdtypes.html#mutable-sequence-types |
| 4.6.5. Bytes and Byte Array Methods | https://docs.python.org/3.2/library/stdtypes.html#bytes-and-byte-array-methods |
| 4.7. Set Types — set, frozenset | https://docs.python.org/3.2/library/stdtypes.html#set-types-set-frozenset |
| 4.8. Mapping Types — dict | https://docs.python.org/3.2/library/stdtypes.html#mapping-types-dict |
| 4.8.1. Dictionary view objects | https://docs.python.org/3.2/library/stdtypes.html#dictionary-view-objects |
| 4.9. memoryview type | https://docs.python.org/3.2/library/stdtypes.html#memoryview-type |
| 4.10. Context Manager Types | https://docs.python.org/3.2/library/stdtypes.html#context-manager-types |
| 4.11. Other Built-in Types | https://docs.python.org/3.2/library/stdtypes.html#other-built-in-types |
| 4.11.1. Modules | https://docs.python.org/3.2/library/stdtypes.html#modules |
| 4.11.2. Classes and Class Instances | https://docs.python.org/3.2/library/stdtypes.html#classes-and-class-instances |
| 4.11.3. Functions | https://docs.python.org/3.2/library/stdtypes.html#functions |
| 4.11.4. Methods | https://docs.python.org/3.2/library/stdtypes.html#methods |
| 4.11.5. Code Objects | https://docs.python.org/3.2/library/stdtypes.html#code-objects |
| 4.11.6. Type Objects | https://docs.python.org/3.2/library/stdtypes.html#type-objects |
| 4.11.7. The Null Object | https://docs.python.org/3.2/library/stdtypes.html#the-null-object |
| 4.11.8. The Ellipsis Object | https://docs.python.org/3.2/library/stdtypes.html#the-ellipsis-object |
| 4.11.9. The NotImplemented Object | https://docs.python.org/3.2/library/stdtypes.html#the-notimplemented-object |
| 4.11.10. Boolean Values | https://docs.python.org/3.2/library/stdtypes.html#boolean-values |
| 4.11.11. Internal Objects | https://docs.python.org/3.2/library/stdtypes.html#internal-objects |
| 4.12. Special Attributes | https://docs.python.org/3.2/library/stdtypes.html#special-attributes |
| 3. Built-in Constants | https://docs.python.org/3.2/library/constants.html |
| 5. Built-in Exceptions | https://docs.python.org/3.2/library/exceptions.html |
| Report a Bug | https://docs.python.org/3.2/bugs.html |
| Show Source | https://docs.python.org/3.2/_sources/library/stdtypes.txt |
| index | https://docs.python.org/3.2/genindex.html |
| modules | https://docs.python.org/3.2/py-modindex.html |
| next | https://docs.python.org/3.2/library/exceptions.html |
| previous | https://docs.python.org/3.2/library/constants.html |
| Python | http://www.python.org/ |
| 3.2.6 Documentation | https://docs.python.org/3.2/index.html |
| The Python Standard Library | https://docs.python.org/3.2/library/index.html |
| Copyright | https://docs.python.org/3.2/copyright.html |
| Please donate. | http://www.python.org/psf/donations/ |
| Found a bug | https://docs.python.org/3.2/bugs.html |
| Sphinx | http://sphinx.pocoo.org/ |