Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/sqlmodel
/ main
Function
main
docs_src/tutorial/where/tutorial001_py310.py:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
42
def
main():
43
create_db_and_tables()
44
create_heroes()
45
select_heroes()
46
47
48
if
__name__ ==
"__main__"
:
Callers
1
tutorial001_py310.py
File · 0.70
Calls
3
create_db_and_tables
Function · 0.70
create_heroes
Function · 0.70
select_heroes
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…