Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __fspath__
Method
__fspath__
Lib/test/test_os/test_os.py:5195–5196 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5193
class
A(os.PathLike):
5194
__slots__ = ()
5195
def
__fspath__(self):
5196
return
''
5197
self.assertNotHasAttr(A(),
'__dict__'
)
5198
5199
def
test_fspath_set_to_None(self):
Callers
2
test_fspath_common
Method · 0.45
test_magic_methods_fspath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected