Home | History | Annotate | Download | only in lib

Lines Matching full:where_is

130     test.where_is('foo')
131 test.where_is('foo', 'PATH1:PATH2')
132 test.where_is('foo', 'PATH1;PATH2', '.suffix3;.suffix4')
191 Lastly, the where_is() method also exists in an unbound function
196 TestCmd.where_is('foo')
197 TestCmd.where_is('foo', 'PATH1:PATH2')
198 TestCmd.where_is('foo', 'PATH1;PATH2', '.suffix3;.suffix4')
532 def where_is(file, path=None, pathext=None):
555 def where_is
1408 def where_is(self, file, path=None, pathext=None):
1414 file = where_is(file, path, pathext)