Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cleanout_appended
Method · 0.95
test_index_error
Method · 0.95
sort_as_subsets
Function · 0.45
find_cycles
Function · 0.45
add
Method · 0.45
update
Method · 0.45
_de_optionalize_fwd_ref_union_types
Function · 0.45
merge_lists_w_ordering
Function · 0.45
inspect_formatargspec
Function · 0.45
decode_slice
Function · 0.45
__str__
Method · 0.45
class_hierarchy
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_cleanout_appended
Method · 0.76
test_index_error
Method · 0.76