Lines Matching defs:arg
2788 for arg in args:2789 if ispath(arg) and not os.path.exists(arg):2790 print('file %r does not exist' % arg)2793 if ispath(arg) and os.path.isfile(arg):2794 arg = importfile(arg)2796 if ispath(arg) and os.path.isdir(arg):2797 writedocs(arg)2799 writedoc(arg)2801 help.help(arg)