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

Method __fspath__

Lib/os.py:1130–1132  ·  view source on GitHub ↗

Return the file system path representation of the object.

(self)

Source from the content-addressed store, hash-verified

1128
1129 @abc.abstractmethod
1130 def __fspath__(self):
1131 """Return the file system path representation of the object."""
1132 raise NotImplementedError
1133
1134 @classmethod
1135 def __subclasshook__(cls, subclass):

Callers 1

_fspathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected