PyCFunctionObject

subclass of PyObject

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

m_ml
PyMethodDef* m_ml;

Description of the C function to call

m_module
PyObject* m_module;

The __module__ attribute, can be anything

m_self
PyObject* m_self;

Passed as 'self' arg to the C func, can be NULL

m_weakreflist
PyObject* m_weakreflist;
Undocumented in source.

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