Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1457 s_unpack(PyObject *self, PyObject *inputstr) in s_unpack() function
1751 {"unpack", s_unpack, METH_O, s_unpack__doc__},
1944 result = s_unpack(s_object, inputstr); in unpack()