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

Function main

docs_src/tutorial/where/tutorial007_py310.py:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def main():
51 create_db_and_tables()
52 create_heroes()
53 select_heroes()
54
55
56if __name__ == "__main__":

Callers 1

Calls 3

create_db_and_tablesFunction · 0.70
create_heroesFunction · 0.70
select_heroesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…