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

Function main

tortoise/cli/cli.py:869–872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

867
868
869def main() -> None:
870 if sys.path[0] != ".":
871 sys.path.insert(0, ".")
872 raise SystemExit(asyncio.run(run_cli_async()))
873
874
875if __name__ == "__main__":

Callers 2

__main__.pyFile · 0.90
cli.pyFile · 0.70

Calls 2

run_cli_asyncFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…