|
Orbits
1
|
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 * | |
| #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) |
| PyAPI_DATA | ( | PyTypeObject | ) |
|
read |
|
read |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.