PyFunctionObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

func_closure
PyObject* func_closure;
Undocumented in source.
func_code
PyObject* func_code;
Undocumented in source.
func_defaults
PyObject* func_defaults;
Undocumented in source.
func_dict
PyObject* func_dict;
Undocumented in source.
func_doc
PyObject* func_doc;
Undocumented in source.
func_globals
PyObject* func_globals;
Undocumented in source.
func_module
PyObject* func_module;
Undocumented in source.
func_name
PyObject* func_name;
Undocumented in source.
func_weakreflist
PyObject* func_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