Searched refs:self_method (Results 1 – 2 of 2) sorted by relevance
483 self_method = self.__getattr__(method_name)484 return self_method(*args, **kwargs)866 self_method = getattr(self, method_name)867 if getattr(self_method, "__func__", None) == getattr(871 return self_method(*args, **kwargs)888 self_method = self.__dir__890 self_method.__func__ # type: ignore[attr-defined]894 return self_method()900 self_method = self.__bool__902 self_method.__func__ # type: ignore[attr-defined][all …]
444 auto self_method = findMethod(schema.name()); in isSubtypeOfExt() local445 if (!self_method) { in isSubtypeOfExt()453 if (!self_method->getSchema().isSubtypeOf( in isSubtypeOfExt()459 << " (1) " << self_method->getSchema() << "\n" in isSubtypeOfExt()