HomeSort by relevance Sort by last modified time
    Searched refs:_getfinalpathname (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
ntpath.py 670 # Windows XP and non-Windows OS'es will mock _getfinalpathname.
672 from nt import _getfinalpathname
680 def _getfinalpathname(f): function
pathlib.py 21 from nt import _getfinalpathname
24 _getfinalpathname = None variable
186 if _getfinalpathname is not None:
188 return self._ext_to_normal(_getfinalpathname(s))
192 s = self._ext_to_normal(_getfinalpathname(s))
    [all...]

Completed in 485 milliseconds