MCPcopy
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

popMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected