Searched defs:unpack_from (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Modules/clinic/ |
| D | _struct.c.h | 290 unpack_from(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in unpack_from() function
|
| /third_party/python/Modules/ |
| D | _testbuffer.c | 574 PyObject *x, *unpack_from, *mview; in unpack_single() local 610 unpack_rec(PyObject *unpack_from, char *ptr, PyObject *mview, char *item, in unpack_rec() 660 PyObject *structobj = NULL, *unpack_from = NULL; in ndarray_as_list() local
|
| /third_party/python/Objects/ |
| D | memoryobject.c | 1913 PyObject *unpack_from; /* Struct.unpack_from(format) */ member
|