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

Class Bar

Lib/test/test_os.py:5479–5481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5477 __fspath__ = None
5478
5479 class Bar:
5480 def __fspath__(self):
5481 return 'bar'
5482
5483 class Baz(Bar):
5484 __fspath__ = None

Callers 1

Calls

no outgoing calls

Tested by 1