Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h627 {"decode", _PyCFunction_CAST(bytes_decode), METH_FASTCALL|METH_KEYWORDS, bytes_decode__doc__},
634 bytes_decode(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in bytes_decode() function
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv294 Objects/clinic/bytesobject.c.h bytes_decode _parser -
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO978 Objects/clinic/bytesobject.c.h:bytes_decode():_parser static _PyArg_Parser _parser
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY4578 - Issue #16495: Remove extraneous NULL encoding check from bytes_decode().