MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _tidy

Function _tidy

lib/sqlalchemy/orm/collections.py:1081–1083  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

1079 """Tailored instrumentation wrappers for any list-like class."""
1080
1081 def _tidy(fn):
1082 fn._sa_instrumented = True
1083 fn.__doc__ = getattr(list, fn.__name__).__doc__
1084
1085 def append(fn):
1086 def append(self, item, _sa_initiator=None):

Callers 15

appendFunction · 0.85
removeFunction · 0.85
insertFunction · 0.85
__setitem__Function · 0.85
__delitem__Function · 0.85
extendFunction · 0.85
__iadd__Function · 0.85
popFunction · 0.85
clearFunction · 0.85
popitemFunction · 0.85
setdefaultFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected