Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:globals_dict

732 def _GetModuleObjectAndName(globals_dict):
736 globals_dict: A dictionary that should correspond to an environment
749 if getattr(module, '__dict__', None) is globals_dict: