MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / append

Method append

test/orm/test_collection.py:72–77  ·  view source on GitHub ↗
(self, obj, value, initiator)

Source from the content-addressed store, hash-verified

70 event.listen(attr, "set", self.set)
71
72 def append(self, obj, value, initiator):
73 if self.dupe_check:
74 assert value not in self.added
75 self.added.add(value)
76 self.data.add(value)
77 return value
78
79 def append_wo_mutation(self, obj, value, initiator):
80 if self.dupe_check:

Callers 15

setMethod · 0.95
_testsFunction · 0.45
test_pep8Function · 0.45
setup.pyFile · 0.45
_tracerMethod · 0.45
mainFunction · 0.45
_grab_overloadsFunction · 0.45
_format_blockFunction · 0.45
format_fileFunction · 0.45
conftest.pyFile · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected