(ctx: CLIContext, args: argparse.Namespace)
| 812 | |
| 813 | |
| 814 | async def _run_init(ctx: CLIContext, args: argparse.Namespace) -> None: |
| 815 | await init(ctx, tuple(args.app_labels)) |
| 816 | |
| 817 | |
| 818 | async def _run_shell(ctx: CLIContext, _args: argparse.Namespace) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…