Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Baz
Class
Baz
Lib/test/test_os.py:5483–5484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5481
return
'bar'
5482
5483
class
Baz(Bar):
5484
__fspath__ = None
5485
5486
good_error_msg = (
5487
r
"expected str, bytes or os.PathLike object, not {}"
.format
Callers
1
test_fspath_set_to_None
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_fspath_set_to_None
Method · 0.56