MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __fspath__

Method __fspath__

tools/python-3.11.9-amd64/Lib/os.py:1077–1079  ·  view source on GitHub ↗

Return the file system path representation of the object.

(self)

Source from the content-addressed store, hash-verified

1075
1076 @abc.abstractmethod
1077 def __fspath__(self):
1078 """Return the file system path representation of the object."""
1079 raise NotImplementedError
1080
1081 @classmethod
1082 def __subclasshook__(cls, subclass):

Callers 4

_fspathFunction · 0.45
_pathlib_compatFunction · 0.45
_pathlib_compatFunction · 0.45

Calls

no outgoing calls

Tested by 1