MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _sa_appender

Method _sa_appender

test/ext/test_extendedattr.py:83–86  ·  view source on GitHub ↗
(self, item, _sa_initiator=None)

Source from the content-addressed store, hash-verified

81 _sa_linker = None
82
83 def _sa_appender(self, item, _sa_initiator=None):
84 if _sa_initiator is not False:
85 self._sa_adapter.fire_append_event(item, _sa_initiator)
86 list.append(self, item)
87
88 append = _sa_appender
89

Callers 3

append_with_eventMethod · 0.80
append_without_eventMethod · 0.80
test_name_setupMethod · 0.80

Calls 2

fire_append_eventMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected