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

Method readlink

Lib/test/test_pathlib/support/local_path.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 return (self / name for name in os.listdir(self))
153
154 def readlink(self):
155 return self.with_segments(os.readlink(self))
156
157
158class WritableLocalPath(_WritablePath, LexicalPath):

Callers

nothing calls this directly

Calls 1

with_segmentsMethod · 0.45

Tested by

no test coverage detected