Home
last modified time | relevance | path

Searched defs:pack_into (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_struct.py477 pack_into = lambda *args: struct.pack_into(fmt, *args) function
/external/python/cpython3/Lib/test/
Dtest_struct.py451 pack_into = lambda *args: struct.pack_into(fmt, *args) function
/external/python/cpython3/Modules/
D_testbuffer.c304 PyObject *structobj, *pack_into; in pack_from_list() local
397 PyObject *structobj = NULL, *pack_into = NULL, *args = NULL; in pack_single() local
D_struct.c2154 pack_into(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in pack_into() function
/external/python/cpython2/Modules/
D_struct.c1904 pack_into(PyObject *self, PyObject *args) in pack_into() function