Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ __init__
Method
__init__
tests/test_copy.py:198–199 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
196
197
class
Path:
198
def
__init__(self, path):
199
self.path = path
200
201
def
__fspath__(self):
202
return
self.path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected