MCPcopy 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('''
205 SELECT

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…