Searched refs:bytearray_pop (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | bytearrayobject.c.h | 603 {"pop", (PyCFunction)(void(*)(void))bytearray_pop, METH_FASTCALL, bytearray_pop__doc__}, 609 bytearray_pop(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_pop() function
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 2381 bytearray_pop(PyByteArrayObject *self, PyObject *args) in bytearray_pop() function 2873 {"pop", (PyCFunction)bytearray_pop, METH_VARARGS, pop__doc__},
|