Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py1341 def _pathsplit(self, path, startdir, allow_empty=False): argument
1348 if len(components) == 0 and not allow_empty:
1358 components, startdir = self._pathsplit(path, startdir, allow_empty=True)
1383 allow_empty = (oflags & os.O_CREAT) == 0
1385 allow_empty=allow_empty)
1555 components, startdir = self._pathsplit(path, startdir, allow_empty=True)
1662 components, startdir = self._pathsplit(path, startdir, allow_empty=True)