Searched refs:_getfinalpathname (Results 1 – 2 of 2) sorted by relevance
21 from nt import _getfinalpathname24 _getfinalpathname = None variable186 if _getfinalpathname is not None:188 return self._ext_to_normal(_getfinalpathname(s))192 s = self._ext_to_normal(_getfinalpathname(s))
672 from nt import _getfinalpathname680 def _getfinalpathname(f): function