PyFunctionObject Struct Reference

PyFunctionObject Struct Reference

#include <funcobject.h>

Class Description

Definition at line 21 of file funcobject.h.

Public Attributes

PyObject_HEAD PyObjectfunc_code
 
PyObjectfunc_globals
 
PyObjectfunc_defaults
 
PyObjectfunc_closure
 
PyObjectfunc_doc
 
PyObjectfunc_name
 
PyObjectfunc_dict
 
PyObjectfunc_weakreflist
 
PyObjectfunc_module
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: