PySetObject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

data
PyObject* data;
Undocumented in source.
fill
Py_ssize_t fill;
Undocumented in source.
hash
C_long hash;
Undocumented in source.
lookup
setentry* function(PySetObject* so, PyObject* key, C_long hash) lookup;
Undocumented in source.
mask
Py_ssize_t mask;
Undocumented in source.
smalltable
setentry smalltable;
Undocumented in source.
table
setentry* table;
Undocumented in source.
used
Py_ssize_t used;
Undocumented in source.
weakreflist
PyObject* weakreflist;
Undocumented in source.

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_refcnt
Py_ssize_t ob_refcnt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_type
PyTypeObject* ob_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta