ROOT 6.12/07 Reference Guide |
Macros | |
#define | lenfunc inquiry |
#define | PY_SSIZE_T_FORMAT "%d" |
#define | PY_SSIZE_T_MAX INT_MAX |
#define | PY_SSIZE_T_MIN INT_MIN |
#define | Py_TYPE(ob) (((PyObject*)(ob))->ob_type) |
#define | PyBool_FromLong PyInt_FromLong |
#define | PyBytes_AS_STRING PyString_AS_STRING |
#define | PyBytes_AsString PyString_AsString |
#define | PyBytes_Check PyString_Check |
#define | PyBytes_CheckExact PyString_CheckExact |
#define | PyBytes_FromFormat PyString_FromFormat |
#define | PyBytes_FromString PyString_FromString |
#define | PyBytes_FromStringAndSize PyString_FromStringAndSize |
#define | PyBytes_GET_SIZE PyString_GET_SIZE |
#define | PyBytes_Size PyString_Size |
#define | PyBytes_Type PyString_Type |
#define | PyIndex_Check(obj) (PyInt_Check(obj) || PyLong_Check(obj)) |
#define | PyInt_AsSsize_t PyInt_AsLong |
#define | PyInt_FromSsize_t PyInt_FromLong |
#define | PYROOT__div__ "__div__" |
#define | PYROOT__idiv__ "__idiv__" |
#define | PYROOT__long__ "__long__" |
#define | PYROOT__next__ "next" |
#define | PyROOT_PyCapsule_CheckExact PyCObject_Check |
#define | PyROOT_PySliceCast PySliceObject* |
#define | PyROOT_PyUnicode_Append PyString_Concat |
#define | PyROOT_PyUnicode_AppendAndDel PyString_ConcatAndDel |
#define | PyROOT_PyUnicode_AsString PyString_AS_STRING |
#define | PyROOT_PyUnicode_AsStringChecked PyString_AsString |
#define | PyROOT_PyUnicode_Check PyString_Check |
#define | PyROOT_PyUnicode_CheckExact PyString_CheckExact |
#define | PyROOT_PyUnicode_FromFormat PyString_FromFormat |
#define | PyROOT_PyUnicode_FromString PyString_FromString |
#define | PyROOT_PyUnicode_FromStringAndSize PyString_FromStringAndSize |
#define | PyROOT_PyUnicode_GET_SIZE PyString_GET_SIZE |
#define | PyROOT_PyUnicode_GetSize PyString_Size |
#define | PyROOT_PyUnicode_InternFromString PyString_InternFromString |
#define | PyROOT_PyUnicode_Type PyString_Type |
#define | PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, |
#define | ssizeargfunc intargfunc |
#define | ssizeobjargproc intobjargproc |
Typedefs | |
typedef PyDictEntry *(* | dict_lookup_func) (PyDictObject *, PyObject *, Long_t) |
typedef int | Py_ssize_t |
Functions | |
Py_ssize_t | PyNumber_AsSsize_t (PyObject *obj, PyObject *) |
static void * | PyROOT_PyCapsule_GetPointer (PyObject *capsule, const char *) |
static PyObject * | PyROOT_PyCapsule_New (void *cobj, const char *, void(*destr)(void *)) |
#define PyBytes_FromStringAndSize PyString_FromStringAndSize |
#define PyIndex_Check | ( | obj | ) | (PyInt_Check(obj) || PyLong_Check(obj)) |
#define PyROOT_PyUnicode_FromStringAndSize PyString_FromStringAndSize |
#define PyROOT_PyUnicode_InternFromString PyString_InternFromString |
typedef int Py_ssize_t |
|
inline |