René's URL Explorer Experiment


Title: Set Objects — Python 3.14.2 documentation

Open Graph Title: Set Objects

Description: This section details the public API for set and frozenset objects. Any functionality not listed below is best accessed using either the abstract object protocol (including PyObject_CallMethod(), Py...

Open Graph Description: This section details the public API for set and frozenset objects. Any functionality not listed below is best accessed using either the abstract object protocol (including PyObject_CallMethod(), Py...

Opengraph URL: https://docs.python.org/3/c-api/set.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_c-api_set_00946454.png
og:image:altThis section details the public API for set and frozenset objects. Any functionality not listed below is best accessed using either the abstract object protocol (including PyObject_CallMethod(), Py...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
Set Objectshttps://docs.python.org/3/c-api/set.html
Deprecated APIhttps://docs.python.org/3/c-api/set.html#deprecated-api
Dictionary Objectshttps://docs.python.org/3/c-api/dict.html
Function Objectshttps://docs.python.org/3/c-api/function.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/set.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/function.html
previoushttps://docs.python.org/3/c-api/dict.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3/c-api/concrete.html
Set Objectshttps://docs.python.org/3/c-api/set.html
https://docs.python.org/3/c-api/set.html#set-objects
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObject_CallMethod()https://docs.python.org/3/c-api/call.html#c.PyObject_CallMethod
PyObject_RichCompareBool()https://docs.python.org/3/c-api/object.html#c.PyObject_RichCompareBool
PyObject_Hash()https://docs.python.org/3/c-api/object.html#c.PyObject_Hash
PyObject_Repr()https://docs.python.org/3/c-api/object.html#c.PyObject_Repr
PyObject_IsTrue()https://docs.python.org/3/c-api/object.html#c.PyObject_IsTrue
PyObject_Print()https://docs.python.org/3/c-api/object.html#c.PyObject_Print
PyObject_GetIter()https://docs.python.org/3/c-api/object.html#c.PyObject_GetIter
PyNumber_And()https://docs.python.org/3/c-api/number.html#c.PyNumber_And
PyNumber_Subtract()https://docs.python.org/3/c-api/number.html#c.PyNumber_Subtract
PyNumber_Or()https://docs.python.org/3/c-api/number.html#c.PyNumber_Or
PyNumber_Xor()https://docs.python.org/3/c-api/number.html#c.PyNumber_Xor
PyNumber_InPlaceAnd()https://docs.python.org/3/c-api/number.html#c.PyNumber_InPlaceAnd
PyNumber_InPlaceSubtract()https://docs.python.org/3/c-api/number.html#c.PyNumber_InPlaceSubtract
PyNumber_InPlaceOr()https://docs.python.org/3/c-api/number.html#c.PyNumber_InPlaceOr
PyNumber_InPlaceXor()https://docs.python.org/3/c-api/number.html#c.PyNumber_InPlaceXor
https://docs.python.org/3/c-api/set.html#c.PySetObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyDictObjecthttps://docs.python.org/3/c-api/dict.html#c.PyDictObject
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
https://docs.python.org/3/c-api/set.html#c.PySet_Type
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
sethttps://docs.python.org/3/library/stdtypes.html#set
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
https://docs.python.org/3/c-api/set.html#c.PyFrozenSet_Type
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_Check
sethttps://docs.python.org/3/library/stdtypes.html#set
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PyFrozenSet_Check
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PyAnySet_Check
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_CheckExact
sethttps://docs.python.org/3/library/stdtypes.html#set
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PyAnySet_CheckExact
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PyFrozenSet_CheckExact
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_New
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
sethttps://docs.python.org/3/library/stdtypes.html#set
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PyFrozenSet_New
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
Py_ssize_thttps://docs.python.org/3/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_Size
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
SystemErrorhttps://docs.python.org/3/library/exceptions.html#SystemError
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
Py_ssize_thttps://docs.python.org/3/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_GET_SIZE
PySet_Size()https://docs.python.org/3/c-api/set.html#c.PySet_Size
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_Contains
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
__contains__()https://docs.python.org/3/reference/datamodel.html#object.__contains__
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
SystemErrorhttps://docs.python.org/3/library/exceptions.html#SystemError
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_Add
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyTuple_SetItem()https://docs.python.org/3/c-api/tuple.html#c.PyTuple_SetItem
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
MemoryErrorhttps://docs.python.org/3/library/exceptions.html#MemoryError
SystemErrorhttps://docs.python.org/3/library/exceptions.html#SystemError
sethttps://docs.python.org/3/library/stdtypes.html#set
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_Discard
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
KeyErrorhttps://docs.python.org/3/library/exceptions.html#KeyError
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
discard()https://docs.python.org/3/library/stdtypes.html#set.discard
SystemErrorhttps://docs.python.org/3/library/exceptions.html#SystemError
sethttps://docs.python.org/3/library/stdtypes.html#set
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_Pop
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
KeyErrorhttps://docs.python.org/3/library/exceptions.html#KeyError
SystemErrorhttps://docs.python.org/3/library/exceptions.html#SystemError
sethttps://docs.python.org/3/library/stdtypes.html#set
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/set.html#c.PySet_Clear
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
SystemErrorhttps://docs.python.org/3/library/exceptions.html#SystemError
sethttps://docs.python.org/3/library/stdtypes.html#set
https://docs.python.org/3/c-api/set.html#deprecated-api
https://docs.python.org/3/c-api/set.html#c.PySet_MINSIZE
soft deprecatedhttps://docs.python.org/3/glossary.html#term-soft-deprecated
PySetObjecthttps://docs.python.org/3/c-api/set.html#c.PySetObject
PySet_Size()https://docs.python.org/3/c-api/set.html#c.PySet_Size
Table of Contentshttps://docs.python.org/3/contents.html
Set Objectshttps://docs.python.org/3/c-api/set.html
Deprecated APIhttps://docs.python.org/3/c-api/set.html#deprecated-api
Dictionary Objectshttps://docs.python.org/3/c-api/dict.html
Function Objectshttps://docs.python.org/3/c-api/function.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/set.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/function.html
previoushttps://docs.python.org/3/c-api/dict.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3/c-api/concrete.html
Set Objectshttps://docs.python.org/3/c-api/set.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.