cellobject.h File Reference

Classes

struct  PyCellObject
 

Macros

#define PyCell_Check(op)
 
#define PyCell_GET(op)
 
#define PyCell_SET(op, v)
 

Functions

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

Macro Definition Documentation

◆ PyCell_Check

#define PyCell_Check (   op)

◆ PyCell_GET

#define PyCell_GET (   op)

◆ PyCell_SET

#define PyCell_SET (   op,
  v 
)

Function Documentation

◆ PyAPI_DATA()

PyAPI_DATA ( PyTypeObject  )

◆ PyAPI_FUNC() [1/2]

PyAPI_FUNC ( PyObject )

◆ PyAPI_FUNC() [2/2]

PyAPI_FUNC ( int  )