Home
last modified time | relevance | path

Searched refs:path_sep (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dzipimport.py30 path_sep = _bootstrap_external.path_sep variable
70 path = path.replace(alt_path_sep, path_sep)
101 self.prefix += path_sep
139 return None, [f'{self.archive}{path_sep}{modpath}']
181 path = f'{self.archive}{path_sep}{modpath}'
206 pathname = pathname.replace(alt_path_sep, path_sep)
209 if pathname.startswith(self.archive + path_sep):
210 key = pathname[len(self.archive + path_sep):]
340 return f'<zipimporter object "{self.archive}{path_sep}{sel
[all...]
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py47 path_sep = path_separators[0] variable
107 path = [path_sep + tail]
111 # tail but do not add a path_sep prefix.
122 return root + path_sep
123 return root + path_sep.join(path)
128 return path_sep.join([part.rstrip(path_separators)
524 if head.startswith(stripped_path + path_sep):

Completed in 3 milliseconds