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