Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Function
go
lib/sqlalchemy/util/langhelpers.py:1914–1916 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
1912
message: str, category: Type[Warning]
1913
) -> Callable[[_F], _F]:
1914
def
go(fn):
1915
_warning_tags[fn.__code__] = (message, category)
1916
return
fn
1917
1918
return
go
1919
Callers
nothing calls this directly
Calls
2
pop
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected