Home
last modified time | relevance | path

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

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