PySetObject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct PySetObject
  2. struct PySetObject
  3. struct PySetObject
  4. struct PySetObject
    version(!Python_3_5_Or_Later && !Python_3_2_Or_Later && !Python_2_5_Or_Later)
    extern (C)
    struct PySetObject {}

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

data
PyObject* data;

Availability: 2.4

hash
C_long hash;

only used by frozenset objects

weakreflist
PyObject* weakreflist;

List of weak references

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t ob_refcnt;

_

ob_type
PyTypeObject* ob_type;

_

Meta