MCPcopy
hub / github.com/pytest-dev/pytest / _fastjoin

Method _fastjoin

src/_pytest/_py/path.py:765–768  ·  src/_pytest/_py/path.py::LocalPath._fastjoin
(self, name)

Source from the content-addressed store, hash-verified

763 return error.checked_call(open, self.strpath, mode)
764
765 def _fastjoin(self, name):
766 child = object.__new__(self.__class__)
767 child.strpath = self.strpath + self.sep + name
768 return child
769
770 def islink(self):
771 return islink(self.strpath)

Callers 1

listdirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected