Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:module_id

859     """Returns the dictionary of module_id -> list of defined flags.
889 def _RegisterFlagByModuleId(self, module_id, flag):
893 module_id: An int, the ID of the Python module.
897 flags_by_module_id.setdefault(module_id, []).append(flag)
986 for module_id, flags in self.FlagsByModuleIdDict().iteritems():
989 return module_id