Home | History | Annotate | Download | only in pyautolib

Lines Matching full:inspect

31 import inspect
829 function_info = inspect.getsource(function).strip()
834 os.path.basename(inspect.getsourcefile(function)),
835 inspect.getsourcelines(function)[1],
4945 for method_name, _ in inspect.getmembers(remote_class, inspect.ismethod):