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

Function _run_init

tortoise/cli/cli.py:814–815  ·  view source on GitHub ↗
(ctx: CLIContext, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

812
813
814async def _run_init(ctx: CLIContext, args: argparse.Namespace) -> None:
815 await init(ctx, tuple(args.app_labels))
816
817
818async def _run_shell(ctx: CLIContext, _args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…