MCPcopy Index your code
hub / github.com/fastapi/sqlmodel / main

Function main

docs_src/tutorial/code_structure/tutorial002_py310/app.py:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def main():
25 create_db_and_tables()
26 create_heroes()
27
28
29if __name__ == "__main__":

Callers 1

app.pyFile · 0.70

Calls 2

create_db_and_tablesFunction · 0.70
create_heroesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…