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

/external/python/cpython2/Include/
H A Dfuncobject.h31 PyObject *func_module; /* The __module__ attribute, can be anything */ member in struct:__anon17387
60 (((PyFunctionObject *)func) -> func_module)
/external/python/cpython2/Objects/
H A Dfuncobject.c39 op->func_module = NULL;
54 op->func_module = module;
90 return ((PyFunctionObject *) op) -> func_module;
170 {"__module__", T_OBJECT, OFF(func_module), PY_WRITE_RESTRICTED},
453 Py_XDECREF(op->func_module);
475 Py_VISIT(f->func_module);

Completed in 163 milliseconds