Home
last modified time | relevance | path

Searched defs:use_bytearray (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dbytesobject.h56 int use_bytearray; member
/third_party/python/Objects/
Dbytesobject.c611 PyObject *args, int use_bytearray) in _PyBytes_FormatEx()
2359 _PyBytes_FromHex(PyObject *string, int use_bytearray) in _PyBytes_FromHex()