Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c2021 long_from_binary_base(const char **str, int base, PyLongObject **res) in long_from_binary_base() function
2176 int res = long_from_binary_base(&str, base, &z); in PyLong_FromString()