Home | History | Annotate | Download | only in python_gflags

Lines Matching full:__call__

801   objects through the __call__ method.  Unparsed arguments, including
1189 def __call__(self, argv):
1998 def __call__(mcs, *args, **kwargs):
2018 return type.__call__(mcs, *args, **kwargs)
2026 return instances.setdefault(key, type.__call__(mcs, *args))
2030 return type.__call__(mcs, *args)