PyStructSequence

_

  1. alias PyStructSequence = PyTupleObject
  2. struct PyStructSequence
    version(!Python_3_2_Or_Later)
    extern (C)
    struct PyStructSequence {}

Members

Functions

ob_item
PyObject** ob_item()

_

Mixins

__anonymous
mixin PyObject_VAR_HEAD
Undocumented in source.

Variables

_ob_item
PyObject*[1] _ob_item;
Undocumented in source.

Mixed In Members

From mixin PyObject_VAR_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source.
ob_size
Py_ssize_t ob_size;

_

Meta