Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_array.py21 typecodes = "cbBhHiIlLfd" variable
/external/python/cpython3/Lib/test/
Dtest_array.py27 typecodes = 'ubBhHiIlLfdqQ' variable
/external/python/cpython3/Modules/
Darraymodule.c3028 PyObject *typecodes; in array_modexec() local