MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / wrap_leg

Function wrap_leg

lib/sqlalchemy/event/legacy.py:105–108  ·  view source on GitHub ↗
(*args: Any, **kw: Any)

Source from the content-addressed store, hash-verified

103 assert not has_kw
104
105 def wrap_leg(*args: Any, **kw: Any) -> Any:
106 util.warn_deprecated(warning_txt, version=since)
107 assert conv is not None
108 return fn(*conv(*args))
109
110 else:
111

Callers

nothing calls this directly

Calls 1

convClass · 0.85

Tested by

no test coverage detected