Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_db
Method · 0.80
execute_command
Method · 0.80
_check_ongoing_transaction_and_allow_quitting
Method · 0.80
handle_watch_command
Method · 0.80
echo_via_pager
Method · 0.80
cli
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected