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

Function _run_shell

tortoise/cli/cli.py:818–819  ·  view source on GitHub ↗
(ctx: CLIContext, _args: argparse.Namespace)

Source from the content-addressed store, hash-verified

816
817
818async def _run_shell(ctx: CLIContext, _args: argparse.Namespace) -> None:
819 await shell(ctx)
820
821
822async def _run_makemigrations(ctx: CLIContext, args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

shellFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…