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

Method print_response

piccolo/engine/base.py:225–229  ·  view source on GitHub ↗
(self, query_id: int, response: list)

Source from the content-addressed store, hash-verified

223 print(query)
224
225 def print_response(self, query_id: int, response: list):
226 print(
227 colored_string(f"\nQuery {query_id} response:", level=Level.high)
228 )
229 pprint.pprint(response)

Callers 4

run_querystringMethod · 0.80
run_ddlMethod · 0.80
run_querystringMethod · 0.80
run_ddlMethod · 0.80

Calls 1

colored_stringFunction · 0.90

Tested by

no test coverage detected