python-2.7.6/include/eval.h File Reference

eval.h File Reference

Functions

 PyAPI_FUNC (PyObject *) PyEval_EvalCode(PyCodeObject *
 

Variables

PyObject PyObject PyObjectglobals
 
PyObject PyObject PyObject PyObjectlocals
 
PyObject PyObject PyObject PyObject PyObject ** args
 
PyObject PyObject PyObject PyObject PyObject int argc
 
PyObject PyObject PyObject PyObject PyObject int PyObject ** kwds
 
PyObject PyObject PyObject PyObject PyObject int PyObject int kwdc
 
PyObject PyObject PyObject PyObject PyObject int PyObject int PyObject ** defs
 
PyObject PyObject PyObject PyObject PyObject int PyObject int PyObject int defc
 
PyObject PyObject PyObject PyObject PyObject int PyObject int PyObject int PyObjectclosure
 

Function Documentation

PyAPI_FUNC ( PyObject )

Variable Documentation

PyObject* args

Definition at line 13 of file eval.h.

Definition at line 13 of file eval.h.

Definition at line 13 of file eval.h.

Definition at line 13 of file eval.h.

Definition at line 13 of file eval.h.

Definition at line 13 of file eval.h.

Go to the source code of this file.