Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Macros | Typedefs | Functions | Variables
frameobject.h File Reference

Go to the source code of this file.

Classes

struct  PyTryBlock
 
struct  _frame
 

Macros

#define PyFrame_Check(op)   ((op)->ob_type == &PyFrame_Type)
 
#define PyFrame_IsRestricted(f)   ((f)->f_builtins != (f)->f_tstate->interp->builtins)
 

Typedefs

typedef struct _frame PyFrameObject
 

Functions

 PyAPI_DATA (PyTypeObject) PyFrame_Type
 
 PyAPI_FUNC (PyFrameObject *) PyFrame_New(PyThreadState *
 
PyCodeObject PyObject PyObjectPyAPI_FUNC (void) PyFrame_BlockSetup(PyFrameObject *
 
 PyAPI_FUNC (PyTryBlock *) PyFrame_BlockPop(PyFrameObject *)
 
 PyAPI_FUNC (PyObject **) PyFrame_ExtendStack(PyFrameObject *
 
 PyAPI_FUNC (int) PyFrame_ClearFreeList(void)
 

Variables

PyCodeObject PyObject PyObject int
 

Macro Definition Documentation

#define PyFrame_Check (   op)    ((op)->ob_type == &PyFrame_Type)
#define PyFrame_IsRestricted (   f)    ((f)->f_builtins != (f)->f_tstate->interp->builtins)

Typedef Documentation

typedef struct _frame PyFrameObject

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_FUNC ( PyFrameObject )
PyCodeObject PyObject PyObject* PyAPI_FUNC ( void  )
PyAPI_FUNC ( PyTryBlock )
PyAPI_FUNC ( PyObject **  )
PyAPI_FUNC ( int  )
read

Variable Documentation

int

Copyright 2014 Google Inc. All rights reserved.