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

Function is_expanded_output

test/utils.py:297–299  ·  view source on GitHub ↗

Pass-through for the tests.

()

Source from the content-addressed store, hash-verified

295
296
297def is_expanded_output():
298 """Pass-through for the tests."""
299 return special.is_expanded_output()
300
301
302def send_ctrl_c_to_pid(pid, wait_seconds):

Calls

no outgoing calls