Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
869
def
main() -> None:
870
if
sys.path[0] !=
"."
:
871
sys.path.insert(0,
"."
)
872
raise
SystemExit(asyncio.run(run_cli_async()))
873
874
875
if
__name__ ==
"__main__"
:
Callers
2
__main__.py
File · 0.90
cli.py
File · 0.70
Calls
2
run_cli_async
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…