HomeSort by relevance Sort by last modified time
    Searched full:_getvolumepathname (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/
ntpath.py 278 from nt import _getvolumepathname
280 _getvolumepathname = None variable
293 if _getvolumepathname:
294 return path.rstrip(seps) == _getvolumepathname(path).rstrip(seps)
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 1031 "_getvolumepathname($module, /, path)\n"
1037 {"_getvolumepathname", (PyCFunction)os__getvolumepathname, METH_FASTCALL, os__getvolumepathname__doc__},
1047 static _PyArg_Parser _parser = {"U:_getvolumepathname", _keywords, 0};
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 174 milliseconds