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

Method append

lib/sqlalchemy/util/_collections.py:286–287  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

284 ]
285
286 def append(self, item):
287 self._storage.append(weakref.ref(item, self._remove))
288
289 def __len__(self):
290 return len(self._storage)

Callers 15

test_index_errorMethod · 0.95
sort_as_subsetsFunction · 0.45
find_cyclesFunction · 0.45
addMethod · 0.45
updateMethod · 0.45
merge_lists_w_orderingFunction · 0.45
inspect_formatargspecFunction · 0.45
decode_sliceFunction · 0.45
__str__Method · 0.45
class_hierarchyFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_index_errorMethod · 0.76