Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ Path
Class
Path
tests/test_copy.py:197–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
f.close()
196
197
class
Path:
198
def
__init__(self, path):
199
self.path = path
200
201
def
__fspath__(self):
202
return
self.path
203
204
await self.con.copy_from_query(
''
&
#x27;
205
SELECT
Callers
1
test_copy_from_query_to_path_like
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_copy_from_query_to_path_like
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…