Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h166 lenfunc mp_length; member
/external/python/cpython2/Include/
Dobject.h290 lenfunc mp_length; member
/external/python/cpython3/Modules/
D_testcapimodule.c1121 lenfunc mp_length = PyType_GetSlot(&PyLong_Type, Py_mp_length); in test_get_statictype_slots() local