MCPcopy Index your code
hub / github.com/piccolo-orm/piccolo / output

Method output

piccolo/query/methods/select.py:428–429  ·  view source on GitHub ↗
(self: Self, *, as_list: bool)

Source from the content-addressed store, hash-verified

426
427 @overload
428 def output(self: Self, *, as_list: bool) -> SelectList: # type: ignore
429 ...
430
431 @overload
432 def output(self: Self, *, as_json: bool) -> SelectJSON: # type: ignore

Callers 2

_splice_m2m_rowsMethod · 0.45
runMethod · 0.45

Calls 2

SelectListClass · 0.85
SelectJSONClass · 0.85

Tested by

no test coverage detected