MCPcopy Index your code
hub / github.com/dbcli/pgcli / echo

Method echo

pgcli/main.py:435–436  ·  view source on GitHub ↗
(self, pattern, **_)

Source from the content-addressed store, hash-verified

433 return [(None, None, None, message)]
434
435 def echo(self, pattern, **_):
436 return [(None, None, None, pattern)]
437
438 def change_table_format(self, pattern, **_):
439 try:

Callers 6

change_dbMethod · 0.80
execute_commandMethod · 0.80
handle_watch_commandMethod · 0.80
echo_via_pagerMethod · 0.80
cliFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected