MCPcopy
hub / github.com/fastapi/sqlmodel / main

Function main

docs_src/tutorial/where/tutorial002_py310.py:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def main():
43 create_db_and_tables()
44 create_heroes()
45 select_heroes()
46
47
48if __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…