MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / CLIContext

Class CLIContext

tortoise/cli/cli.py:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360
361class CLIContext:
362 def __init__(self, config: str | None, config_file: str | None) -> None:
363 self.config = config
364 self.config_file = config_file
365
366
367async def init(ctx: CLIContext, app_labels: tuple[str, ...]) -> None:

Callers 1

run_cli_asyncFunction · 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…