MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / __fspath__

Method __fspath__

tests/test_copy.py:201–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

199 self.path = path
200
201 def __fspath__(self):
202 return self.path
203
204 await self.con.copy_from_query('''
205 SELECT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected