Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ clear
Method
clear
lib/sqlalchemy/util/_collections.py:238–239 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
236
return
key in self._data
237
238
def
clear(self) -> None:
239
self._data.clear()
240
241
242
class
OrderedProperties(Properties[_T]):
Callers
2
_de_optionalize_fwd_ref_union_types
Function · 0.45
_ordered_dictionary_sort
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected