Home
last modified time | relevance | path

Searched defs:pylong (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dpickletools.py732 pylong = StackObject( variable
/external/python/cpython3/Modules/_decimal/
D_decimal.c2166 PyDecType_FromLong(PyTypeObject *type, const PyObject *pylong, in PyDecType_FromLong()
2188 PyDecType_FromLongExact(PyTypeObject *type, const PyObject *pylong, in PyDecType_FromLongExact()
2627 #define PyDec_FromLong(pylong, context) \ argument
2629 #define PyDec_FromLongExact(pylong, context) \ argument
3326 PyLongObject *pylong; in dec_as_long() local
/external/python/cpython3/Modules/
Darraymodule.c2072 PyObject *pylong; in array__array_reconstructor_impl() local