Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h31 PyObject *func_module; /* The __module__ attribute, can be anything */ member
/external/python/cpython3/Include/
Dfuncobject.h32 PyObject *func_module; /* The __module__ attribute, can be anything */ member