Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/piccolo-orm/piccolo
/ get_version_sync
Method
get_version_sync
piccolo/engine/postgres.py:418–419 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
416
)
417
418
def
get_version_sync(self) -> float:
419
return
run_sync(self.get_version())
420
421
async
def
prep_database(self):
422
for
extension in self.extensions:
Callers
nothing calls this directly
Calls
2
get_version
Method · 0.95
run_sync
Function · 0.90
Tested by
no test coverage detected