Home
last modified time | relevance | path

Searched refs:PyFunction_GET_GLOBALS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dfuncobject.h89 #define PyFunction_GET_GLOBALS(func) \ macro
/third_party/python/Python/
H A Dceval.c4745 PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : PyFunction_GET_GLOBALS(function);

Completed in 11 milliseconds