Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h603 {"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/
Dbytearrayobject.c2381 bytearray_pop(PyByteArrayObject *self, PyObject *args) in bytearray_pop() function
2873 {"pop", (PyCFunction)bytearray_pop, METH_VARARGS, pop__doc__},