Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h322 {"frombytes", (PyCFunction)array_array_frombytes, METH_O, array_array_frombytes__doc__},
328 array_array_frombytes(arrayobject *self, PyObject *arg) in array_array_frombytes() function
/external/python/cpython3/Modules/
Darraymodule.c1466 res = array_array_frombytes(self, b); in array_array_fromfile_impl()
2677 v = array_array_frombytes((arrayobject *)a, in array_new()