Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:flag_dict

1110     flag_dict = self.FlagDict()
1113 if flag_dict.get(name, None) == flag_obj:
1118 flag_dict.get(short_name, None) == flag_obj):