Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystrhex.c5 static PyObject *_Py_strhex_impl(const char* argbuf, const Py_ssize_t arglen, in _Py_strhex_impl() function
53 return _Py_strhex_impl(argbuf, arglen, 0); in _Py_strhex()
60 return _Py_strhex_impl(argbuf, arglen, 1); in _Py_strhex_bytes()