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

#include <classobject.h>

Public Attributes

PyObject_HEAD PyObjectcl_bases
 
PyObjectcl_dict
 
PyObjectcl_name
 
PyObjectcl_getattr
 
PyObjectcl_setattr
 
PyObjectcl_delattr
 
PyObjectcl_weakreflist
 

Member Data Documentation

PyObject_HEAD PyObject* PyClassObject::cl_bases
PyObject* PyClassObject::cl_delattr
PyObject* PyClassObject::cl_dict
PyObject* PyClassObject::cl_getattr
PyObject* PyClassObject::cl_name
PyObject* PyClassObject::cl_setattr
PyObject* PyClassObject::cl_weakreflist

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

Copyright 2014 Google Inc. All rights reserved.