MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / _echo_connection_header

Function _echo_connection_header

tortoise/cli/cli.py:288–289  ·  view source on GitHub ↗
(connection_name: str, *, suffix: str = "")

Source from the content-addressed store, hash-verified

286
287
288def _echo_connection_header(connection_name: str, *, suffix: str = "") -> None:
289 print(f"{_BOLD}Connection: {connection_name}{suffix}{_RESET}")
290
291
292def _echo_app_header(app_label: str) -> None:

Callers 3

_emit_historyFunction · 0.85
_emit_headsFunction · 0.85
_emit_migration_planFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…