Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtupleobject.c185 PyTuple_Pack(Py_ssize_t n, ...) in PyTuple_Pack() function
/external/python/cpython3/Objects/
Dtupleobject.c196 PyTuple_Pack(Py_ssize_t n, ...) in PyTuple_Pack() function
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c156 PyTuple_Pack(int n, ...) in PyTuple_Pack() function