Home | History | Annotate | Download | only in pyautolib

Lines Matching refs:_Call

5464     self._Call('CreateTarget', target.__class__)
5473 setattr(self, method_name, functools.partial(self._Call, method_name))
5475 def _Call(self, method_name, *args, **kwargs):