Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
PyFunctionObject Struct Reference

#include <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* PyFunctionObject::func_closure
PyObject_HEAD PyObject* PyFunctionObject::func_code
PyObject* PyFunctionObject::func_defaults
PyObject* PyFunctionObject::func_dict
PyObject* PyFunctionObject::func_doc
PyObject* PyFunctionObject::func_globals
PyObject* PyFunctionObject::func_module
PyObject* PyFunctionObject::func_name
PyObject* PyFunctionObject::func_weakreflist

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

Copyright 2014 Google Inc. All rights reserved.