MCPcopy Create free account
hub / github.com/dbcli/mycli / set_expanded_output

Function set_expanded_output

test/utils.py:292–294  ·  view source on GitHub ↗

Pass-through for the tests.

(is_expanded)

Source from the content-addressed store, hash-verified

290
291
292def set_expanded_output(is_expanded):
293 """Pass-through for the tests."""
294 return special.set_expanded_output(is_expanded)
295
296
297def is_expanded_output():

Calls

no outgoing calls