MCPcopy Index your code
hub / github.com/RustPython/RustPython / __fspath__

Method __fspath__

Lib/_dummy_os.py:68–70  ·  view source on GitHub ↗

Return the file system path representation of the object.

(self)

Source from the content-addressed store, hash-verified

66
67 @abc.abstractmethod
68 def __fspath__(self):
69 """Return the file system path representation of the object."""
70 raise NotImplementedError
71
72 @classmethod
73 def __subclasshook__(cls, subclass):

Callers 1

fspathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected