Searched defs:PyIntObject (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Include/
H A Dintobject.h5 PyIntObject represents a (long) integer. This is an immutable object;
10 returns -1 and sets errno to EBADF if the object is not an PyIntObject.
13 The type PyIntObject is (unfortunately) exposed here so we can declare
26 } PyIntObject; typedef in typeref:struct:__anon19256
52 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);

Completed in 315 milliseconds