Home
last modified time | relevance | path

Searched defs:pathobj (Results 1 – 4 of 4) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py57 def _wrapped(pathobj, *args, **kwargs): argument
107 def lchmod(self, pathobj, *args, **kwargs): argument
111 def chmod(self, pathobj, *args, **kwargs): argument
/external/python/cpython3/Objects/
Dfileobject.c564 PyObject *pathobj = PyUnicode_FromString(utf8path); in PyFile_OpenCode() local
/external/python/parse_type/tasks/_vendor/
Dpathlib.py345 def wrapped(pathobj, *args): argument
368 def lchmod(self, pathobj, mode): argument
/external/python/cpython3/Python/
Dimport.c711 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local