MCPcopy
hub / github.com/charlax/professional-programming / main

Function main

antipatterns/sqlalchemy-examples/exists.py:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def main():
32 Base.metadata.create_all(engine)
33
34 toaster_exists_bad(1)
35 toaster_exists_good(2)
36
37
38if __name__ == "__main__":

Callers 1

exists.pyFile · 0.85

Calls 2

toaster_exists_badFunction · 0.85
toaster_exists_goodFunction · 0.85

Tested by

no test coverage detected