Home
last modified time | relevance | path

Searched defs:path_separators (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/importlib/
D_bootstrap_external.py42 path_separators = ['\\', '/'] variable
44 path_separators = ['/'] variable
49 path_separators = ''.join(path_separators) variable