Searched refs:__call__ (Results 1 – 3 of 3) sorted by relevance
409 def __call__(self, parser, namespace, values, option_string=None): member in ListMaybesAction
878 PythonObject __call__ = GetAttributeValue("__call__"); in GetArgInfo() local879 if (__call__.IsValid()) { in GetArgInfo()880 auto __callable__ = __call__.AsType<PythonCallable>(); in GetArgInfo()
718 auto pfunc = self.ResolveName<PythonCallable>("__call__");763 auto pfunc = self.ResolveName<PythonCallable>("__call__");766 cmd_retobj.AppendError("Could not find '__call__' method in implementation class");