Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystrhex.h12 PyAPI_FUNC(PyObject*) _Py_strhex_bytes(const char* argbuf, const Py_ssize_t arglen);
/external/python/cpython3/Python/
Dpystrhex.c155 PyObject * _Py_strhex_bytes(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex_bytes() function