MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / append

Method append

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

Source from the content-addressed store, hash-verified

69 event.listen(attr, "set", self.set)
70
71 def append(self, obj, value, initiator):
72 if self.dupe_check:
73 assert value not in self.added
74 self.added.add(value)
75 self.data.add(value)
76 return value
77
78 def append_wo_mutation(self, obj, value, initiator):
79 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
test_row_iterationMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected