Home
last modified time | relevance | path

Searched refs:_abspath_split (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dntpath.py503 def _abspath_split(path): function
517 start_is_unc, start_prefix, start_list = _abspath_split(start)
518 path_is_unc, path_prefix, path_list = _abspath_split(path)