MCPcopy Create free account
hub / github.com/piccolo-orm/piccolo / cursor

Method cursor

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

Source from the content-addressed store, hash-verified

42
43 @property
44 def cursor(self) -> Cursor:
45 if not self._cursor:
46 raise ValueError("_cursor not set")
47 return self._cursor
48
49 @property
50 def transaction(self) -> Transaction:

Callers 1

__aenter__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected