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

#include <code.h>

Public Attributes

PyObject_HEAD int co_argcount
 
int co_nlocals
 
int co_stacksize
 
int co_flags
 
PyObjectco_code
 
PyObjectco_consts
 
PyObjectco_names
 
PyObjectco_varnames
 
PyObjectco_freevars
 
PyObjectco_cellvars
 
PyObjectco_filename
 
PyObjectco_name
 
int co_firstlineno
 
PyObjectco_lnotab
 
void * co_zombieframe
 
PyObjectco_weakreflist
 

Member Data Documentation

PyObject_HEAD int PyCodeObject::co_argcount
PyObject* PyCodeObject::co_cellvars
PyObject* PyCodeObject::co_code
PyObject* PyCodeObject::co_consts
PyObject* PyCodeObject::co_filename
int PyCodeObject::co_firstlineno
int PyCodeObject::co_flags
PyObject* PyCodeObject::co_freevars
PyObject* PyCodeObject::co_lnotab
PyObject* PyCodeObject::co_name
PyObject* PyCodeObject::co_names
int PyCodeObject::co_nlocals
int PyCodeObject::co_stacksize
PyObject* PyCodeObject::co_varnames
PyObject* PyCodeObject::co_weakreflist
void* PyCodeObject::co_zombieframe

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

Copyright 2014 Google Inc. All rights reserved.