René's URL Explorer Experiment


Title: 5. Built-in Types — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/stdtypes.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/exceptions.html
previoushttps://docs.python.org/2/library/constants.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
https://docs.python.org/2/library/stdtypes.html#built-in-types
repr()https://docs.python.org/2/library/functions.html#func-repr
str()https://docs.python.org/2/library/functions.html#str
print()https://docs.python.org/2/library/functions.html#print
https://docs.python.org/2/library/stdtypes.html#truth-value-testing
ifhttps://docs.python.org/2/reference/compound_stmts.html#if
whilehttps://docs.python.org/2/reference/compound_stmts.html#while
__nonzero__()https://docs.python.org/2/reference/datamodel.html#object.__nonzero__
__len__()https://docs.python.org/2/reference/datamodel.html#object.__len__
boolhttps://docs.python.org/2/library/functions.html#bool
1https://docs.python.org/2/library/stdtypes.html#id12
andhttps://docs.python.org/2/reference/expressions.html#and
orhttps://docs.python.org/2/reference/expressions.html#or
nothttps://docs.python.org/2/reference/expressions.html#not
https://docs.python.org/2/library/stdtypes.html#boolean-operations-and-or-not
https://docs.python.org/2/library/stdtypes.html#comparisons
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
__eq__()https://docs.python.org/2/reference/datamodel.html#object.__eq__
__cmp__()https://docs.python.org/2/reference/datamodel.html#object.__cmp__
__lt__()https://docs.python.org/2/reference/datamodel.html#object.__lt__
__le__()https://docs.python.org/2/reference/datamodel.html#object.__le__
__gt__()https://docs.python.org/2/reference/datamodel.html#object.__gt__
__ge__()https://docs.python.org/2/reference/datamodel.html#object.__ge__
__cmp__()https://docs.python.org/2/reference/datamodel.html#object.__cmp__
inthttps://docs.python.org/2/library/functions.html#int
floathttps://docs.python.org/2/library/functions.html#float
longhttps://docs.python.org/2/library/functions.html#long
complexhttps://docs.python.org/2/library/functions.html#complex
https://docs.python.org/2/library/stdtypes.html#numeric-types-int-float-long-complex
sys.float_infohttps://docs.python.org/2/library/sys.html#sys.float_info
fractionshttps://docs.python.org/2/library/fractions.html#module-fractions
decimalhttps://docs.python.org/2/library/decimal.html#module-decimal
2https://docs.python.org/2/library/stdtypes.html#id13
int()https://docs.python.org/2/library/functions.html#int
long()https://docs.python.org/2/library/functions.html#long
float()https://docs.python.org/2/library/functions.html#float
complex()https://docs.python.org/2/library/functions.html#complex
The power operatorhttps://docs.python.org/2/reference/expressions.html#power
int()https://docs.python.org/2/library/functions.html#int
long()https://docs.python.org/2/library/functions.html#long
math.trunc()https://docs.python.org/2/library/math.html#math.trunc
math.floor()https://docs.python.org/2/library/math.html#math.floor
math.ceil()https://docs.python.org/2/library/math.html#math.ceil
Built-in Functionshttps://docs.python.org/2/library/functions.html#built-in-funcs
divmod()https://docs.python.org/2/library/functions.html#divmod
abs()https://docs.python.org/2/library/functions.html#abs
numbers.Realhttps://docs.python.org/2/library/numbers.html#numbers.Real
inthttps://docs.python.org/2/library/functions.html#int
longhttps://docs.python.org/2/library/functions.html#long
floathttps://docs.python.org/2/library/functions.html#float
math.trunc(x)https://docs.python.org/2/library/math.html#math.trunc
Integralhttps://docs.python.org/2/library/numbers.html#numbers.Integral
round(x[, n])https://docs.python.org/2/library/functions.html#round
math.floor(x)https://docs.python.org/2/library/math.html#math.floor
math.ceil(x)https://docs.python.org/2/library/math.html#math.ceil
https://docs.python.org/2/library/stdtypes.html#bitwise-operations-on-integer-types
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/stdtypes.html#additional-methods-on-integer-types
numbers.Integralhttps://docs.python.org/2/library/numbers.html#numbers.Integral
abstract base classhttps://docs.python.org/2/glossary.html#term-abstract-base-class
https://docs.python.org/2/library/stdtypes.html#int.bit_length
https://docs.python.org/2/library/stdtypes.html#long.bit_length
https://docs.python.org/2/library/stdtypes.html#additional-methods-on-float
numbers.Realhttps://docs.python.org/2/library/numbers.html#numbers.Real
abstract base classhttps://docs.python.org/2/glossary.html#term-abstract-base-class
https://docs.python.org/2/library/stdtypes.html#float.as_integer_ratio
OverflowErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/stdtypes.html#float.is_integer
https://docs.python.org/2/library/stdtypes.html#float.hex
https://docs.python.org/2/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/2/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/2/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/2/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/2/library/stdtypes.html#float.fromhex
https://docs.python.org/2/library/stdtypes.html#iterator-types
https://docs.python.org/2/library/stdtypes.html#container.__iter__
tp_iterhttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iter
https://docs.python.org/2/library/stdtypes.html#iterator.__iter__
forhttps://docs.python.org/2/reference/compound_stmts.html#for
inhttps://docs.python.org/2/reference/expressions.html#in
tp_iterhttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iter
https://docs.python.org/2/library/stdtypes.html#iterator.next
StopIterationhttps://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
tp_iternexthttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iternext
next()https://docs.python.org/2/library/stdtypes.html#iterator.next
StopIterationhttps://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
https://docs.python.org/2/library/stdtypes.html#generator-types
generatorhttps://docs.python.org/2/glossary.html#term-generator
__iter__()https://docs.python.org/2/reference/datamodel.html#object.__iter__
__iter__()https://docs.python.org/2/library/stdtypes.html#iterator.__iter__
next()https://docs.python.org/2/library/stdtypes.html#iterator.next
the documentation for the yield expressionhttps://docs.python.org/2/reference/expressions.html#yieldexpr
strhttps://docs.python.org/2/library/functions.html#str
unicodehttps://docs.python.org/2/library/functions.html#unicode
tuplehttps://docs.python.org/2/library/functions.html#tuple
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
bufferhttps://docs.python.org/2/library/functions.html#buffer
xrangehttps://docs.python.org/2/library/functions.html#xrange
https://docs.python.org/2/library/stdtypes.html#sequence-types-str-unicode-list-tuple-bytearray-buffer-xrange
dicthttps://docs.python.org/2/library/stdtypes.html#dict
sethttps://docs.python.org/2/library/stdtypes.html#set
collectionshttps://docs.python.org/2/library/collections.html#module-collections
String literalshttps://docs.python.org/2/reference/lexical_analysis.html#strings
String Methodshttps://docs.python.org/2/library/stdtypes.html#string-methods
bytearray()https://docs.python.org/2/library/functions.html#bytearray
buffer()https://docs.python.org/2/library/functions.html#buffer
xrange()https://docs.python.org/2/library/functions.html#xrange
min()https://docs.python.org/2/library/functions.html#min
max()https://docs.python.org/2/library/functions.html#max
3https://docs.python.org/2/library/stdtypes.html#id14
Mutable Sequence Typeshttps://docs.python.org/2/library/stdtypes.html#typesseq-mutable
Comparisonshttps://docs.python.org/2/reference/expressions.html#comparisons
How do I create a multidimensional list?https://docs.python.org/2/faq/programming.html#faq-multidimensional-list
str.join()https://docs.python.org/2/library/stdtypes.html#str.join
https://docs.python.org/2/library/stdtypes.html#string-methods
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
Sequence Types — str, unicode, list, tuple, bytearray, buffer, xrangehttps://docs.python.org/2/library/stdtypes.html#typesseq
String Formatting Operationshttps://docs.python.org/2/library/stdtypes.html#string-formatting
rehttps://docs.python.org/2/library/re.html#module-re
https://docs.python.org/2/library/stdtypes.html#str.capitalize
https://docs.python.org/2/library/stdtypes.html#str.center
https://docs.python.org/2/library/stdtypes.html#str.count
https://docs.python.org/2/library/stdtypes.html#str.decode
UnicodeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError
codecs.register_error()https://docs.python.org/2/library/codecs.html#codecs.register_error
Codec Base Classeshttps://docs.python.org/2/library/codecs.html#codec-base-classes
https://docs.python.org/2/library/stdtypes.html#str.encode
UnicodeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError
codecs.register_error()https://docs.python.org/2/library/codecs.html#codecs.register_error
Codec Base Classeshttps://docs.python.org/2/library/codecs.html#codec-base-classes
Standard Encodingshttps://docs.python.org/2/library/codecs.html#standard-encodings
https://docs.python.org/2/library/stdtypes.html#str.endswith
https://docs.python.org/2/library/stdtypes.html#str.expandtabs
https://docs.python.org/2/library/stdtypes.html#str.find
find()https://docs.python.org/2/library/stdtypes.html#str.find
inhttps://docs.python.org/2/reference/expressions.html#in
https://docs.python.org/2/library/stdtypes.html#str.format
Format String Syntaxhttps://docs.python.org/2/library/string.html#formatstrings
String Formatting Operationshttps://docs.python.org/2/library/stdtypes.html#string-formatting
https://docs.python.org/2/library/stdtypes.html#str.index
find()https://docs.python.org/2/library/stdtypes.html#str.find
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/stdtypes.html#str.isalnum
https://docs.python.org/2/library/stdtypes.html#str.isalpha
https://docs.python.org/2/library/stdtypes.html#str.isdigit
https://docs.python.org/2/library/stdtypes.html#str.islower
4https://docs.python.org/2/library/stdtypes.html#id15
https://docs.python.org/2/library/stdtypes.html#str.isspace
https://docs.python.org/2/library/stdtypes.html#str.istitle
https://docs.python.org/2/library/stdtypes.html#str.isupper
4https://docs.python.org/2/library/stdtypes.html#id15
https://docs.python.org/2/library/stdtypes.html#str.join
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
https://docs.python.org/2/library/stdtypes.html#str.ljust
https://docs.python.org/2/library/stdtypes.html#str.lower
4https://docs.python.org/2/library/stdtypes.html#id15
https://docs.python.org/2/library/stdtypes.html#str.lstrip
https://docs.python.org/2/library/stdtypes.html#str.partition
https://docs.python.org/2/library/stdtypes.html#str.replace
https://docs.python.org/2/library/stdtypes.html#str.rfind
https://docs.python.org/2/library/stdtypes.html#str.rindex
rfind()https://docs.python.org/2/library/stdtypes.html#str.rfind
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/stdtypes.html#str.rjust
https://docs.python.org/2/library/stdtypes.html#str.rpartition
https://docs.python.org/2/library/stdtypes.html#str.rsplit
rsplit()https://docs.python.org/2/library/stdtypes.html#str.rsplit
split()https://docs.python.org/2/library/stdtypes.html#str.split
https://docs.python.org/2/library/stdtypes.html#str.rstrip
https://docs.python.org/2/library/stdtypes.html#str.split
https://docs.python.org/2/library/stdtypes.html#str.splitlines
universal newlineshttps://docs.python.org/2/glossary.html#term-universal-newlines
split()https://docs.python.org/2/library/stdtypes.html#str.split
https://docs.python.org/2/library/stdtypes.html#unicode.splitlines
str.splitlines()https://docs.python.org/2/library/stdtypes.html#str.splitlines
universal newlineshttps://docs.python.org/2/glossary.html#term-universal-newlines
https://docs.python.org/2/library/stdtypes.html#str.startswith
https://docs.python.org/2/library/stdtypes.html#str.strip
https://docs.python.org/2/library/stdtypes.html#str.swapcase
https://docs.python.org/2/library/stdtypes.html#str.title
https://docs.python.org/2/library/stdtypes.html#str.translate
maketrans()https://docs.python.org/2/library/string.html#string.maketrans
stringhttps://docs.python.org/2/library/string.html#module-string
translate()https://docs.python.org/2/library/stdtypes.html#str.translate
codecshttps://docs.python.org/2/library/codecs.html#module-codecs
https://docs.python.org/2/library/stdtypes.html#str.upper
4https://docs.python.org/2/library/stdtypes.html#id15
https://docs.python.org/2/library/stdtypes.html#str.zfill
https://docs.python.org/2/library/stdtypes.html#unicode.isnumeric
https://docs.python.org/2/library/stdtypes.html#unicode.isdecimal
https://docs.python.org/2/library/stdtypes.html#string-formatting-operations
5https://docs.python.org/2/library/stdtypes.html#id16
repr()https://docs.python.org/2/library/functions.html#func-repr
str()https://docs.python.org/2/library/functions.html#str
unicodehttps://docs.python.org/2/library/functions.html#unicode
unicodehttps://docs.python.org/2/library/functions.html#unicode
PEP 237https://www.python.org/dev/peps/pep-0237
stringhttps://docs.python.org/2/library/string.html#module-string
rehttps://docs.python.org/2/library/re.html#module-re
https://docs.python.org/2/library/stdtypes.html#xrange-type
xrangehttps://docs.python.org/2/library/functions.html#xrange
xrangehttps://docs.python.org/2/library/functions.html#xrange
xrangehttps://docs.python.org/2/library/functions.html#xrange
len()https://docs.python.org/2/library/functions.html#len
https://docs.python.org/2/library/stdtypes.html#mutable-sequence-types
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
functools.cmp_to_key()https://docs.python.org/2/library/functools.html#functools.cmp_to_key
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
__index__()https://docs.python.org/2/reference/datamodel.html#object.__index__
Sequence Types — str, unicode, list, tuple, bytearray, buffer, xrangehttps://docs.python.org/2/library/stdtypes.html#typesseq
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
https://docs.python.org/2/library/stdtypes.html#set-types-set-frozenset
hashablehttps://docs.python.org/2/glossary.html#term-hashable
dicthttps://docs.python.org/2/library/stdtypes.html#dict
tuplehttps://docs.python.org/2/library/functions.html#tuple
collectionshttps://docs.python.org/2/library/collections.html#module-collections
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/2/glossary.html#term-hashable
sethttps://docs.python.org/2/library/stdtypes.html#set
https://docs.python.org/2/library/stdtypes.html#set
https://docs.python.org/2/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/2/glossary.html#term-hashable
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
https://docs.python.org/2/library/stdtypes.html#frozenset.isdisjoint
https://docs.python.org/2/library/stdtypes.html#frozenset.issubset
https://docs.python.org/2/library/stdtypes.html#frozenset.issuperset
https://docs.python.org/2/library/stdtypes.html#frozenset.union
https://docs.python.org/2/library/stdtypes.html#frozenset.intersection
https://docs.python.org/2/library/stdtypes.html#frozenset.difference
https://docs.python.org/2/library/stdtypes.html#frozenset.symmetric_difference
https://docs.python.org/2/library/stdtypes.html#frozenset.copy
union()https://docs.python.org/2/library/stdtypes.html#frozenset.union
intersection()https://docs.python.org/2/library/stdtypes.html#frozenset.intersection
difference()https://docs.python.org/2/library/stdtypes.html#frozenset.difference
symmetric_difference()https://docs.python.org/2/library/stdtypes.html#frozenset.symmetric_difference
issubset()https://docs.python.org/2/library/stdtypes.html#frozenset.issubset
issuperset()https://docs.python.org/2/library/stdtypes.html#frozenset.issuperset
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
__cmp__()https://docs.python.org/2/reference/datamodel.html#object.__cmp__
hashablehttps://docs.python.org/2/glossary.html#term-hashable
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
https://docs.python.org/2/library/stdtypes.html#frozenset.update
https://docs.python.org/2/library/stdtypes.html#frozenset.intersection_update
https://docs.python.org/2/library/stdtypes.html#frozenset.difference_update
https://docs.python.org/2/library/stdtypes.html#frozenset.symmetric_difference_update
https://docs.python.org/2/library/stdtypes.html#frozenset.add
https://docs.python.org/2/library/stdtypes.html#frozenset.remove
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/stdtypes.html#frozenset.discard
https://docs.python.org/2/library/stdtypes.html#frozenset.pop
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/stdtypes.html#frozenset.clear
update()https://docs.python.org/2/library/stdtypes.html#frozenset.update
intersection_update()https://docs.python.org/2/library/stdtypes.html#frozenset.intersection_update
difference_update()https://docs.python.org/2/library/stdtypes.html#frozenset.difference_update
symmetric_difference_update()https://docs.python.org/2/library/stdtypes.html#frozenset.symmetric_difference_update
__contains__()https://docs.python.org/2/reference/datamodel.html#object.__contains__
remove()https://docs.python.org/2/library/stdtypes.html#frozenset.remove
discard()https://docs.python.org/2/library/stdtypes.html#frozenset.discard
Comparison to the built-in set typeshttps://docs.python.org/2/library/sets.html#comparison-to-builtin-set
setshttps://docs.python.org/2/library/sets.html#module-sets
dicthttps://docs.python.org/2/library/stdtypes.html#dict
https://docs.python.org/2/library/stdtypes.html#mapping-types-dict
mappinghttps://docs.python.org/2/glossary.html#term-mapping
hashablehttps://docs.python.org/2/glossary.html#term-hashable
sethttps://docs.python.org/2/library/stdtypes.html#set
tuplehttps://docs.python.org/2/library/functions.html#tuple
collectionshttps://docs.python.org/2/library/collections.html#module-collections
hashablehttps://docs.python.org/2/glossary.html#term-hashable
dicthttps://docs.python.org/2/library/stdtypes.html#dict
https://docs.python.org/2/library/stdtypes.html#dict
iterablehttps://docs.python.org/2/glossary.html#term-iterable
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
__missing__()https://docs.python.org/2/reference/datamodel.html#object.__missing__
__missing__()https://docs.python.org/2/reference/datamodel.html#object.__missing__
__missing__()https://docs.python.org/2/reference/datamodel.html#object.__missing__
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
__missing__()https://docs.python.org/2/reference/datamodel.html#object.__missing__
collections.Counterhttps://docs.python.org/2/library/collections.html#collections.Counter
collections.defaultdicthttps://docs.python.org/2/library/collections.html#collections.defaultdict
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
iterkeys()https://docs.python.org/2/library/stdtypes.html#dict.iterkeys
https://docs.python.org/2/library/stdtypes.html#dict.clear
https://docs.python.org/2/library/stdtypes.html#dict.copy
https://docs.python.org/2/library/stdtypes.html#dict.fromkeys
fromkeys()https://docs.python.org/2/library/stdtypes.html#dict.fromkeys
https://docs.python.org/2/library/stdtypes.html#dict.get
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/stdtypes.html#dict.has_key
has_key()https://docs.python.org/2/library/stdtypes.html#dict.has_key
https://docs.python.org/2/library/stdtypes.html#dict.items
items()https://docs.python.org/2/library/stdtypes.html#dict.items
keys()https://docs.python.org/2/library/stdtypes.html#dict.keys
values()https://docs.python.org/2/library/stdtypes.html#dict.values
iteritems()https://docs.python.org/2/library/stdtypes.html#dict.iteritems
iterkeys()https://docs.python.org/2/library/stdtypes.html#dict.iterkeys
itervalues()https://docs.python.org/2/library/stdtypes.html#dict.itervalues
zip()https://docs.python.org/2/library/functions.html#zip
iterkeys()https://docs.python.org/2/library/stdtypes.html#dict.iterkeys
itervalues()https://docs.python.org/2/library/stdtypes.html#dict.itervalues
https://docs.python.org/2/library/stdtypes.html#dict.iteritems
dict.items()https://docs.python.org/2/library/stdtypes.html#dict.items
iteritems()https://docs.python.org/2/library/stdtypes.html#dict.iteritems
RuntimeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.RuntimeError
https://docs.python.org/2/library/stdtypes.html#dict.iterkeys
dict.items()https://docs.python.org/2/library/stdtypes.html#dict.items
iterkeys()https://docs.python.org/2/library/stdtypes.html#dict.iterkeys
RuntimeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.RuntimeError
https://docs.python.org/2/library/stdtypes.html#dict.itervalues
dict.items()https://docs.python.org/2/library/stdtypes.html#dict.items
itervalues()https://docs.python.org/2/library/stdtypes.html#dict.itervalues
RuntimeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.RuntimeError
https://docs.python.org/2/library/stdtypes.html#dict.keys
dict.items()https://docs.python.org/2/library/stdtypes.html#dict.items
https://docs.python.org/2/library/stdtypes.html#dict.pop
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/stdtypes.html#dict.popitem
popitem()https://docs.python.org/2/library/stdtypes.html#dict.popitem
popitem()https://docs.python.org/2/library/stdtypes.html#dict.popitem
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/stdtypes.html#dict.setdefault
https://docs.python.org/2/library/stdtypes.html#dict.update
update()https://docs.python.org/2/library/stdtypes.html#dict.update
https://docs.python.org/2/library/stdtypes.html#dict.values
dict.items()https://docs.python.org/2/library/stdtypes.html#dict.items
https://docs.python.org/2/library/stdtypes.html#dict.viewitems
https://docs.python.org/2/library/stdtypes.html#dict.viewkeys
https://docs.python.org/2/library/stdtypes.html#dict.viewvalues
https://docs.python.org/2/library/stdtypes.html#dictionary-view-objects
dict.viewkeys()https://docs.python.org/2/library/stdtypes.html#dict.viewkeys
dict.viewvalues()https://docs.python.org/2/library/stdtypes.html#dict.viewvalues
dict.viewitems()https://docs.python.org/2/library/stdtypes.html#dict.viewitems
zip()https://docs.python.org/2/library/functions.html#zip
RuntimeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.RuntimeError
https://docs.python.org/2/library/stdtypes.html#file-objects
open()https://docs.python.org/2/library/functions.html#open
os.popen()https://docs.python.org/2/library/os.html#os.popen
os.fdopen()https://docs.python.org/2/library/os.html#os.fdopen
tempfilehttps://docs.python.org/2/library/tempfile.html#module-tempfile
shutilhttps://docs.python.org/2/library/shutil.html#module-shutil
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
https://docs.python.org/2/library/stdtypes.html#file.close
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
close()https://docs.python.org/2/library/stdtypes.html#file.close
withhttps://docs.python.org/2/reference/compound_stmts.html#with
withhttps://docs.python.org/2/reference/compound_stmts.html#with
withhttps://docs.python.org/2/reference/compound_stmts.html#with
contextlib.closing()https://docs.python.org/2/library/contextlib.html#contextlib.closing
https://docs.python.org/2/library/stdtypes.html#file.flush
flush()https://docs.python.org/2/library/stdtypes.html#file.flush
flush()https://docs.python.org/2/library/stdtypes.html#file.flush
os.fsync()https://docs.python.org/2/library/os.html#os.fsync
https://docs.python.org/2/library/stdtypes.html#file.fileno
fcntlhttps://docs.python.org/2/library/fcntl.html#module-fcntl
os.read()https://docs.python.org/2/library/os.html#os.read
https://docs.python.org/2/library/stdtypes.html#file.isatty
https://docs.python.org/2/library/stdtypes.html#file.next
forhttps://docs.python.org/2/reference/compound_stmts.html#for
next()https://docs.python.org/2/library/stdtypes.html#file.next
StopIterationhttps://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
forhttps://docs.python.org/2/reference/compound_stmts.html#for
next()https://docs.python.org/2/library/stdtypes.html#file.next
next()https://docs.python.org/2/library/stdtypes.html#file.next
readline()https://docs.python.org/2/library/stdtypes.html#file.readline
seek()https://docs.python.org/2/library/stdtypes.html#file.seek
https://docs.python.org/2/library/stdtypes.html#file.read
https://docs.python.org/2/library/stdtypes.html#file.readline
6https://docs.python.org/2/library/stdtypes.html#id17
https://docs.python.org/2/library/stdtypes.html#file.readlines
readline()https://docs.python.org/2/library/stdtypes.html#file.readline
https://docs.python.org/2/library/stdtypes.html#file.xreadlines
https://docs.python.org/2/library/stdtypes.html#file.seek
seek()https://docs.python.org/2/library/stdtypes.html#file.seek
tell()https://docs.python.org/2/library/stdtypes.html#file.tell
https://docs.python.org/2/library/stdtypes.html#file.tell
tell()https://docs.python.org/2/library/stdtypes.html#file.tell
https://docs.python.org/2/library/stdtypes.html#file.truncate
https://docs.python.org/2/library/stdtypes.html#file.write
flush()https://docs.python.org/2/library/stdtypes.html#file.flush
close()https://docs.python.org/2/library/stdtypes.html#file.close
https://docs.python.org/2/library/stdtypes.html#file.writelines
readlines()https://docs.python.org/2/library/stdtypes.html#file.readlines
writelines()https://docs.python.org/2/library/stdtypes.html#file.writelines
readline()https://docs.python.org/2/library/stdtypes.html#file.readline
readline()https://docs.python.org/2/library/stdtypes.html#file.readline
https://docs.python.org/2/library/stdtypes.html#file.closed
close()https://docs.python.org/2/library/stdtypes.html#file.close
https://docs.python.org/2/library/stdtypes.html#file.encoding
https://docs.python.org/2/library/stdtypes.html#file.errors
https://docs.python.org/2/library/stdtypes.html#file.mode
open()https://docs.python.org/2/library/functions.html#open
https://docs.python.org/2/library/stdtypes.html#file.name
open()https://docs.python.org/2/library/functions.html#open
https://docs.python.org/2/library/stdtypes.html#file.newlines
universal newlineshttps://docs.python.org/2/glossary.html#term-universal-newlines
https://docs.python.org/2/library/stdtypes.html#file.softspace
printhttps://docs.python.org/2/reference/simple_stmts.html#print
softspacehttps://docs.python.org/2/library/stdtypes.html#file.softspace
softspacehttps://docs.python.org/2/library/stdtypes.html#file.softspace
printhttps://docs.python.org/2/reference/simple_stmts.html#print
printhttps://docs.python.org/2/reference/simple_stmts.html#print
https://docs.python.org/2/library/stdtypes.html#memoryview-type
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
https://docs.python.org/2/library/stdtypes.html#memoryview
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
strhttps://docs.python.org/2/library/functions.html#str
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
unicodehttps://docs.python.org/2/library/functions.html#unicode
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
strhttps://docs.python.org/2/library/functions.html#str
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
itemsizehttps://docs.python.org/2/library/stdtypes.html#memoryview.itemsize
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
strhttps://docs.python.org/2/library/functions.html#str
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
https://docs.python.org/2/library/stdtypes.html#memoryview.tobytes
strhttps://docs.python.org/2/library/functions.html#str
https://docs.python.org/2/library/stdtypes.html#memoryview.tolist
https://docs.python.org/2/library/stdtypes.html#memoryview.format
structhttps://docs.python.org/2/library/struct.html#module-struct
https://docs.python.org/2/library/stdtypes.html#memoryview.itemsize
https://docs.python.org/2/library/stdtypes.html#memoryview.shape
ndimhttps://docs.python.org/2/library/stdtypes.html#memoryview.ndim
https://docs.python.org/2/library/stdtypes.html#memoryview.ndim
https://docs.python.org/2/library/stdtypes.html#memoryview.strides
ndimhttps://docs.python.org/2/library/stdtypes.html#memoryview.ndim
https://docs.python.org/2/library/stdtypes.html#memoryview.readonly
https://docs.python.org/2/library/stdtypes.html#context-manager-types
withhttps://docs.python.org/2/reference/compound_stmts.html#with
https://docs.python.org/2/library/stdtypes.html#contextmanager.__enter__
ashttps://docs.python.org/2/reference/compound_stmts.html#as
withhttps://docs.python.org/2/reference/compound_stmts.html#with
open()https://docs.python.org/2/library/functions.html#open
withhttps://docs.python.org/2/reference/compound_stmts.html#with
decimal.localcontext()https://docs.python.org/2/library/decimal.html#decimal.localcontext
withhttps://docs.python.org/2/reference/compound_stmts.html#with
withhttps://docs.python.org/2/reference/compound_stmts.html#with
https://docs.python.org/2/library/stdtypes.html#contextmanager.__exit__
withhttps://docs.python.org/2/reference/compound_stmts.html#with
withhttps://docs.python.org/2/reference/compound_stmts.html#with
withhttps://docs.python.org/2/reference/compound_stmts.html#with
withhttps://docs.python.org/2/reference/compound_stmts.html#with
__exit__()https://docs.python.org/2/library/stdtypes.html#contextmanager.__exit__
contextlibhttps://docs.python.org/2/library/contextlib.html#module-contextlib
generatorhttps://docs.python.org/2/glossary.html#term-generator
decoratorhttps://docs.python.org/2/glossary.html#term-decorator
__enter__()https://docs.python.org/2/reference/datamodel.html#object.__enter__
__exit__()https://docs.python.org/2/reference/datamodel.html#object.__exit__
https://docs.python.org/2/library/stdtypes.html#other-built-in-types
https://docs.python.org/2/library/stdtypes.html#modules
importhttps://docs.python.org/2/reference/simple_stmts.html#import
__dict__https://docs.python.org/2/library/stdtypes.html#object.__dict__
__dict__https://docs.python.org/2/library/stdtypes.html#object.__dict__
__dict__https://docs.python.org/2/library/stdtypes.html#object.__dict__
https://docs.python.org/2/library/stdtypes.html#classes-and-class-instances
Objects, values and typeshttps://docs.python.org/2/reference/datamodel.html#objects
Class definitionshttps://docs.python.org/2/reference/compound_stmts.html#class
https://docs.python.org/2/library/stdtypes.html#functions
Function definitionshttps://docs.python.org/2/reference/compound_stmts.html#function
https://docs.python.org/2/library/stdtypes.html#methods
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
AttributeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.AttributeError
The standard type hierarchyhttps://docs.python.org/2/reference/datamodel.html#types
https://docs.python.org/2/library/stdtypes.html#code-objects
compile()https://docs.python.org/2/library/functions.html#compile
codehttps://docs.python.org/2/library/code.html#module-code
exechttps://docs.python.org/2/reference/simple_stmts.html#exec
eval()https://docs.python.org/2/library/functions.html#eval
The standard type hierarchyhttps://docs.python.org/2/reference/datamodel.html#types
https://docs.python.org/2/library/stdtypes.html#type-objects
type()https://docs.python.org/2/library/functions.html#type
typeshttps://docs.python.org/2/library/types.html#module-types
https://docs.python.org/2/library/stdtypes.html#the-null-object
https://docs.python.org/2/library/stdtypes.html#the-ellipsis-object
Slicingshttps://docs.python.org/2/reference/expressions.html#slicings
Ellipsishttps://docs.python.org/2/library/constants.html#Ellipsis
https://docs.python.org/2/library/stdtypes.html#the-notimplemented-object
Comparisonshttps://docs.python.org/2/reference/expressions.html#comparisons
https://docs.python.org/2/library/stdtypes.html#boolean-values
bool()https://docs.python.org/2/library/functions.html#bool
Truth Value Testinghttps://docs.python.org/2/library/stdtypes.html#truth
https://docs.python.org/2/library/stdtypes.html#internal-objects
The standard type hierarchyhttps://docs.python.org/2/reference/datamodel.html#types
https://docs.python.org/2/library/stdtypes.html#special-attributes
dir()https://docs.python.org/2/library/functions.html#dir
https://docs.python.org/2/library/stdtypes.html#object.__dict__
https://docs.python.org/2/library/stdtypes.html#object.__methods__
dir()https://docs.python.org/2/library/functions.html#dir
https://docs.python.org/2/library/stdtypes.html#object.__members__
dir()https://docs.python.org/2/library/functions.html#dir
https://docs.python.org/2/library/stdtypes.html#instance.__class__
https://docs.python.org/2/library/stdtypes.html#class.__bases__
https://docs.python.org/2/library/stdtypes.html#definition.__name__
new-style classhttps://docs.python.org/2/glossary.html#term-new-style-class
https://docs.python.org/2/library/stdtypes.html#class.__mro__
https://docs.python.org/2/library/stdtypes.html#class.mro
__mro__https://docs.python.org/2/library/stdtypes.html#class.__mro__
https://docs.python.org/2/library/stdtypes.html#class.__subclasses__
1https://docs.python.org/2/library/stdtypes.html#id1
Basic customizationhttps://docs.python.org/2/reference/datamodel.html#customization
2https://docs.python.org/2/library/stdtypes.html#id2
3https://docs.python.org/2/library/stdtypes.html#id4
1https://docs.python.org/2/library/stdtypes.html#id6
2https://docs.python.org/2/library/stdtypes.html#id7
3https://docs.python.org/2/library/stdtypes.html#id8
4https://docs.python.org/2/library/stdtypes.html#id9
5https://docs.python.org/2/library/stdtypes.html#id10
6https://docs.python.org/2/library/stdtypes.html#id11
Table of Contentshttps://docs.python.org/2/contents.html
5. Built-in Typeshttps://docs.python.org/2/library/stdtypes.html
5.1. Truth Value Testinghttps://docs.python.org/2/library/stdtypes.html#truth-value-testing
5.2. Boolean Operations — and, or, nothttps://docs.python.org/2/library/stdtypes.html#boolean-operations-and-or-not
5.3. Comparisonshttps://docs.python.org/2/library/stdtypes.html#comparisons
5.4. Numeric Types — int, float, long, complexhttps://docs.python.org/2/library/stdtypes.html#numeric-types-int-float-long-complex
5.4.1. Bitwise Operations on Integer Typeshttps://docs.python.org/2/library/stdtypes.html#bitwise-operations-on-integer-types
5.4.2. Additional Methods on Integer Typeshttps://docs.python.org/2/library/stdtypes.html#additional-methods-on-integer-types
5.4.3. Additional Methods on Floathttps://docs.python.org/2/library/stdtypes.html#additional-methods-on-float
5.5. Iterator Typeshttps://docs.python.org/2/library/stdtypes.html#iterator-types
5.5.1. Generator Typeshttps://docs.python.org/2/library/stdtypes.html#generator-types
5.6. Sequence Types — str, unicode, list, tuple, bytearray, buffer, xrangehttps://docs.python.org/2/library/stdtypes.html#sequence-types-str-unicode-list-tuple-bytearray-buffer-xrange
5.6.1. String Methodshttps://docs.python.org/2/library/stdtypes.html#string-methods
5.6.2. String Formatting Operationshttps://docs.python.org/2/library/stdtypes.html#string-formatting-operations
5.6.3. XRange Typehttps://docs.python.org/2/library/stdtypes.html#xrange-type
5.6.4. Mutable Sequence Typeshttps://docs.python.org/2/library/stdtypes.html#mutable-sequence-types
5.7. Set Types — set, frozensethttps://docs.python.org/2/library/stdtypes.html#set-types-set-frozenset
5.8. Mapping Types — dicthttps://docs.python.org/2/library/stdtypes.html#mapping-types-dict
5.8.1. Dictionary view objectshttps://docs.python.org/2/library/stdtypes.html#dictionary-view-objects
5.9. File Objectshttps://docs.python.org/2/library/stdtypes.html#file-objects
5.10. memoryview typehttps://docs.python.org/2/library/stdtypes.html#memoryview-type
5.11. Context Manager Typeshttps://docs.python.org/2/library/stdtypes.html#context-manager-types
5.12. Other Built-in Typeshttps://docs.python.org/2/library/stdtypes.html#other-built-in-types
5.12.1. Moduleshttps://docs.python.org/2/library/stdtypes.html#modules
5.12.2. Classes and Class Instanceshttps://docs.python.org/2/library/stdtypes.html#classes-and-class-instances
5.12.3. Functionshttps://docs.python.org/2/library/stdtypes.html#functions
5.12.4. Methodshttps://docs.python.org/2/library/stdtypes.html#methods
5.12.5. Code Objectshttps://docs.python.org/2/library/stdtypes.html#code-objects
5.12.6. Type Objectshttps://docs.python.org/2/library/stdtypes.html#type-objects
5.12.7. The Null Objecthttps://docs.python.org/2/library/stdtypes.html#the-null-object
5.12.8. The Ellipsis Objecthttps://docs.python.org/2/library/stdtypes.html#the-ellipsis-object
5.12.9. The NotImplemented Objecthttps://docs.python.org/2/library/stdtypes.html#the-notimplemented-object
5.12.10. Boolean Valueshttps://docs.python.org/2/library/stdtypes.html#boolean-values
5.12.11. Internal Objectshttps://docs.python.org/2/library/stdtypes.html#internal-objects
5.13. Special Attributeshttps://docs.python.org/2/library/stdtypes.html#special-attributes
4. Built-in Constantshttps://docs.python.org/2/library/constants.html
6. Built-in Exceptionshttps://docs.python.org/2/library/exceptions.html
Show Sourcehttps://docs.python.org/2/_sources/library/stdtypes.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/exceptions.html
previoushttps://docs.python.org/2/library/constants.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.