Lines Matching full:ispath
2273 def ispath(x):2316 if ispath(arg) and not os.path.exists(arg):2320 if ispath(arg) and os.path.isfile(arg):2323 if ispath(arg) and os.path.isdir(arg):