Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h652 {"pop", (PyCFunction)(void(*)(void))bytearray_pop, METH_FASTCALL, bytearray_pop__doc__},
658 bytearray_pop(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_pop() function