Home
last modified time | relevance | path

Searched refs:_PyLong_Format (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dlongobject.h176 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *obj, int base);
/third_party/python/Python/
Dformatter_unicode.c965 tmp = _PyLong_Format(value, base); in format_long_internal()
Dhamt.c1197 tmp2 = _PyLong_Format(tmp1, 2); in hamt_node_bitmap_dump()
/third_party/python/Objects/
Dabstract.c1712 PyObject *res = _PyLong_Format(index, base); in PyNumber_ToBase()
Dlongobject.c1952 _PyLong_Format(PyObject *obj, int base) in _PyLong_Format() function
/third_party/python/Modules/
D_tkinter.c1036 hexstr = _PyLong_Format(value, 16); in asBignumObj()