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

Function main

docs_src/tutorial/code_structure/tutorial001_py310/app.py:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def main():
24 create_db_and_tables()
25 create_heroes()
26
27
28if __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…