Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Function
go
lib/sqlalchemy/testing/util.py:348–352 ·
view source on GitHub ↗
(fn, *args, **kw)
Source
from the content-addressed store, hash-verified
346
347
@decorator
348
def
go(fn, *args, **kw):
349
try
:
350
return
fn(*args, **kw)
351
finally:
352
drop_all_tables(config.db, inspect(config.db), include_names=names)
353
354
return
go
355
Callers
3
drop_all_tables_from_metadata
Function · 0.70
test_empty_heterogeneous_tuples_direct
Method · 0.50
test_empty_homogeneous_tuples_direct
Method · 0.50
Calls
4
inspect
Function · 0.90
drop_all_tables
Function · 0.85
prepare_for_drop_tables
Method · 0.80
drop_all
Method · 0.80
Tested by
2
test_empty_heterogeneous_tuples_direct
Method · 0.40
test_empty_homogeneous_tuples_direct
Method · 0.40