Searched refs:bytes_decode (Results 1 – 4 of 4) sorted by relevance
627 {"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
294 Objects/clinic/bytesobject.c.h bytes_decode _parser -
978 Objects/clinic/bytesobject.c.h:bytes_decode():_parser static _PyArg_Parser _parser
4578 - Issue #16495: Remove extraneous NULL encoding check from bytes_decode().