Searched refs:_maybe_get_baseclass_method (Results 1 – 1 of 1) sorted by relevance
687 def _maybe_get_baseclass_method(self, name): member in UserDefinedObjectVariable709 method = self._maybe_get_baseclass_method(name)817 and self._maybe_get_baseclass_method("__iter__") is list.__iter__818 and self._maybe_get_baseclass_method("__len__") is list.__len__819 and self._maybe_get_baseclass_method("__getitem__") is list.__getitem__