Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpathlib.py21 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))
Dntpath.py672 from nt import _getfinalpathname
680 def _getfinalpathname(f): function