René's URL Explorer Experiment


Title: 8.7. sets — Unordered collections of unique elements — 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/sets.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/sched.html
previoushttps://docs.python.org/2/library/array.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
8. Data Typeshttps://docs.python.org/2/library/datatypes.html
setshttps://docs.python.org/2/library/sets.html#module-sets
https://docs.python.org/2/library/sets.html#module-sets
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
setshttps://docs.python.org/2/library/sets.html#module-sets
Sethttps://docs.python.org/2/library/sets.html#sets.Set
__hash__()https://docs.python.org/2/reference/datamodel.html#object.__hash__
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
__hash__()https://docs.python.org/2/reference/datamodel.html#object.__hash__
Sethttps://docs.python.org/2/library/sets.html#sets.Set
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
__eq__()https://docs.python.org/2/reference/datamodel.html#object.__eq__
__hash__()https://docs.python.org/2/reference/datamodel.html#object.__hash__
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
https://docs.python.org/2/library/sets.html#sets.Set
Sethttps://docs.python.org/2/library/sets.html#sets.Set
Protocol for automatic conversion to immutablehttps://docs.python.org/2/library/sets.html#immutable-transforms
https://docs.python.org/2/library/sets.html#sets.ImmutableSet
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
Protocol for automatic conversion to immutablehttps://docs.python.org/2/library/sets.html#immutable-transforms
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
__hash__()https://docs.python.org/2/reference/datamodel.html#object.__hash__
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
https://docs.python.org/2/library/sets.html#set-objects
Sethttps://docs.python.org/2/library/sets.html#sets.Set
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
Sethttps://docs.python.org/2/library/sets.html#sets.Set
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
__cmp__()https://docs.python.org/2/reference/datamodel.html#object.__cmp__
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
Sethttps://docs.python.org/2/library/sets.html#sets.Set
Sethttps://docs.python.org/2/library/sets.html#sets.Set
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
set()https://docs.python.org/2/library/stdtypes.html#set
frozenset()https://docs.python.org/2/library/stdtypes.html#frozenset
https://docs.python.org/2/library/sets.html#example
https://docs.python.org/2/library/sets.html#protocol-for-automatic-conversion-to-immutable
Sethttps://docs.python.org/2/library/sets.html#sets.Set
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
hashablehttps://docs.python.org/2/glossary.html#term-hashable
Sethttps://docs.python.org/2/library/sets.html#sets.Set
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
__contains__()https://docs.python.org/2/reference/datamodel.html#object.__contains__
__hash__()https://docs.python.org/2/reference/datamodel.html#object.__hash__
__eq__()https://docs.python.org/2/reference/datamodel.html#object.__eq__
__ne__()https://docs.python.org/2/reference/datamodel.html#object.__ne__
Sethttps://docs.python.org/2/library/sets.html#sets.Set
Sethttps://docs.python.org/2/library/sets.html#sets.Set
sethttps://docs.python.org/2/library/stdtypes.html#set
https://docs.python.org/2/library/sets.html#comparison-to-the-built-in-set-types
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
setshttps://docs.python.org/2/library/sets.html#module-sets
Sethttps://docs.python.org/2/library/sets.html#sets.Set
ImmutableSethttps://docs.python.org/2/library/sets.html#sets.ImmutableSet
sethttps://docs.python.org/2/library/stdtypes.html#set
frozensethttps://docs.python.org/2/library/stdtypes.html#frozenset
repr()https://docs.python.org/2/library/functions.html#repr
sorted()https://docs.python.org/2/library/functions.html#sorted
Table of Contentshttps://docs.python.org/2/contents.html
8.7. sets — Unordered collections of unique elementshttps://docs.python.org/2/library/sets.html
8.7.1. Set Objectshttps://docs.python.org/2/library/sets.html#set-objects
8.7.2. Examplehttps://docs.python.org/2/library/sets.html#example
8.7.3. Protocol for automatic conversion to immutablehttps://docs.python.org/2/library/sets.html#protocol-for-automatic-conversion-to-immutable
8.7.4. Comparison to the built-in set typeshttps://docs.python.org/2/library/sets.html#comparison-to-the-built-in-set-types
8.6. array — Efficient arrays of numeric valueshttps://docs.python.org/2/library/array.html
8.8. sched — Event schedulerhttps://docs.python.org/2/library/sched.html
Show Sourcehttps://docs.python.org/2/_sources/library/sets.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/sched.html
previoushttps://docs.python.org/2/library/array.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
8. Data Typeshttps://docs.python.org/2/library/datatypes.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.