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

Go to the source code of this file.

Classes

struct  PyCellObject
 

Macros

#define PyCell_Check(op)   (Py_TYPE(op) == &PyCell_Type)
 
#define PyCell_GET(op)   (((PyCellObject *)(op))->ob_ref)
 
#define PyCell_SET(op, v)   (((PyCellObject *)(op))->ob_ref = v)
 

Functions

 PyAPI_DATA (PyTypeObject) PyCell_Type
 
 PyAPI_FUNC (PyObject *) PyCell_New(PyObject *)
 
 PyAPI_FUNC (int) PyCell_Set(PyObject *
 

Macro Definition Documentation

#define PyCell_Check (   op)    (Py_TYPE(op) == &PyCell_Type)
#define PyCell_GET (   op)    (((PyCellObject *)(op))->ob_ref)
#define PyCell_SET (   op,
  v 
)    (((PyCellObject *)(op))->ob_ref = v)

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_FUNC ( PyObject )
read
PyAPI_FUNC ( int  )
read

Copyright 2014 Google Inc. All rights reserved.