Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h609 …{"decode", (PyCFunction)(void(*)(void))bytes_decode, METH_FASTCALL|METH_KEYWORDS, bytes_decode__do…
616 bytes_decode(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in bytes_decode() function
/third_party/python/Tools/c-analyzer/
DTODO1030 Objects/clinic/bytesobject.c.h:bytes_decode():_parser static _PyArg_Parser _parser
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1464 Objects/clinic/bytesobject.c.h bytes_decode _parser -
/third_party/python/Misc/
DHISTORY4578 - Issue #16495: Remove extraneous NULL encoding check from bytes_decode().