Searched refs:is_url (Results 1 – 6 of 6) sorted by relevance
50 def is_url(p): function63 if is_url(f):101 if is_url(source) or os.path.isfile(source):
19 if resultutils.is_url(args.target_results) or os.path.isdir(args.target_results):
31 if resultutils.is_url(args.source) or os.path.isfile(args.source):
70 @@ -28,7 +30,7 @@ is_url = lambda location: '://' in location # RFC 398682 if is_url(location):
26 is_url = lambda location: '://' in location # RFC 3986
36 is_url = lambda location: '://' in location # RFC 3986