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

Method __fspath__

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

Source from the content-addressed store, hash-verified

894 return self._str
895
896 def __fspath__(self):
897 return str(self)
898
899 def as_posix(self):
900 """Return the string representation of the path with forward (/)

Callers 1

_parse_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected