Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_struct.py455 pack_into = lambda *args: struct.pack_into(fmt, *args) function
/third_party/python/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.c2231 pack_into(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in pack_into() function