MCPcopy Index your code
hub / github.com/cool-RR/PySnooper / __repr__

Method __repr__

tests/mini_toolbox/pathlib.py:912–913  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

910 return os.fsencode(str(self))
911
912 def __repr__(self):
913 return "{0}({1!r})".format(self.__class__.__name__, self.as_posix())
914
915 def as_uri(self):
916 """Return the path as a 'file' URI."""

Callers

nothing calls this directly

Calls 1

as_posixMethod · 0.95

Tested by

no test coverage detected