MCPcopy
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
242class OrderedProperties(Properties[_T]):

Callers 2

_ordered_dictionary_sortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected