Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dlongobject.h87 /* _PyLong_Format: Convert the long to a string object with given base,
89 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *obj, int base);
/third_party/python/Python/
H A Dformatter_unicode.c984 tmp = _PyLong_Format(value, base); in format_long_internal()
H A Dhamt.c1206 tmp2 = _PyLong_Format(tmp1, 2); in hamt_node_bitmap_dump()
/third_party/python/Modules/
H A D_tkinter.c900 hexstr = _PyLong_Format(value, 16); in asBignumObj()
/third_party/python/Objects/
H A Dabstract.c1705 PyObject *res = _PyLong_Format(index, base); in PyNumber_ToBase()
H A Dlongobject.c1620 _PyLong_Format, but that should be done with great care since ints are
2092 _PyLong_Format(PyObject *obj, int base) in _PyLong_Format() function

Completed in 28 milliseconds