MCPcopy
hub / github.com/piccolo-orm/piccolo / run_sync

Method run_sync

piccolo/engine/postgres.py:135–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 raise exception from exception
134
135 def run_sync(self):
136 return run_sync(self.run())
137
138 def __await__(self):
139 return self.run().__await__()

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
run_syncFunction · 0.90

Tested by

no test coverage detected