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

/external/python/cpython2/Include/
H A Dintobject.h25 long ob_ival; member in struct:__anon19256
52 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)

Completed in 119 milliseconds