#include <funcobject.h>
Definition at line 21 of file funcobject.h.
Public Attributes | |
PyObject_HEAD PyObject * | func_code |
PyObject * | func_globals |
PyObject * | func_defaults |
PyObject * | func_closure |
PyObject * | func_doc |
PyObject * | func_name |
PyObject * | func_dict |
PyObject * | func_weakreflist |
PyObject * | func_module |
PyObject* func_closure |
Definition at line 26 of file funcobject.h.
PyObject_HEAD PyObject* func_code |
Definition at line 23 of file funcobject.h.
PyObject* func_defaults |
Definition at line 25 of file funcobject.h.
PyObject* func_dict |
Definition at line 29 of file funcobject.h.
PyObject* func_doc |
Definition at line 27 of file funcobject.h.
PyObject* func_globals |
Definition at line 24 of file funcobject.h.
PyObject* func_module |
Definition at line 31 of file funcobject.h.
PyObject* func_name |
Definition at line 28 of file funcobject.h.
PyObject* func_weakreflist |
Definition at line 30 of file funcobject.h.