MCPcopy Index your code
hub / github.com/python/cpython / with_segments

Method with_segments

Lib/test/test_pathlib/support/zip_path.py:259–260  ·  view source on GitHub ↗
(self, *pathsegments)

Source from the content-addressed store, hash-verified

257 return f'{type(self).__name__}({vfspath(self)!r}, zip_file={self.zip_file!r})'
258
259 def with_segments(self, *pathsegments):
260 return type(self)(*pathsegments, zip_file=self.zip_file)
261
262 @property
263 def info(self):

Callers 2

readlinkMethod · 0.95
readlinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected