Searched refs:func_globals (Results 1 – 11 of 11) sorted by relevance
24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member58 (((PyFunctionObject *)func) -> func_globals)
23 op->func_globals = globals; in PyFunction_New()80 return ((PyFunctionObject *) op) -> func_globals; in PyFunction_GetGlobals()166 {"func_globals", T_OBJECT, OFF(func_globals),168 {"__globals__", T_OBJECT, OFF(func_globals),452 Py_DECREF(op->func_globals); in func_dealloc()474 Py_VISIT(f->func_globals); in func_traverse()
82 MemberDescriptorType = type(FunctionType.func_globals)
944 return module.__dict__ is object.func_globals
143 return item.func_globals is module.__dict__
64 self.assertIs(self.b.func_globals, globals())
50 function object attribute :attr:`func_globals` and the class and instance object
82 | | func_globals | global namespace in which | |
701 return _get_module_info(callable_.func_globals['__name__'])
498 single: func_globals (function attribute)527 | :attr:`func_globals` | that holds the function's | |737 by the func_globals attribute of functions defined in the module). Attribute
1256 func_globals (dict, R/O): ref to dictionary of func global variables