Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
def
main():
32
Base.metadata.create_all(engine)
33
34
toaster_exists_bad(1)
35
toaster_exists_good(2)
36
37
38
if
__name__ ==
"__main__"
:
Callers
1
exists.py
File · 0.85
Calls
2
toaster_exists_bad
Function · 0.85
toaster_exists_good
Function · 0.85
Tested by
no test coverage detected