Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_code.h118 struct callable_cache { struct
119 PyObject *isinstance;
120 PyObject *len;
121 PyObject *list_append;
Dpycore_interp.h177 struct callable_cache callable_cache; member