Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1505 s_unpack_from(PyObject *self, PyObject *args, PyObject *kwds) in s_unpack_from() function
1752 {"unpack_from", (PyCFunction)s_unpack_from, METH_VARARGS|METH_KEYWORDS,
1973 result = s_unpack_from(s_object, newargs, kwds); in unpack_from()