Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __fspath__
Method
__fspath__
tests/test_stl.py:269–270 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
267
268
class
PseudoStrPath:
269
def
__fspath__(self):
270
return
"foo/bar"
271
272
class
PseudoBytesPath:
273
def
__fspath__(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected