MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

lib/sqlalchemy/ext/mutable.py:1058–1060  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1056 return result
1057
1058 def clear(self) -> None:
1059 set.clear(self)
1060 self.changed()
1061
1062 @classmethod
1063 def coerce(cls, index: str, value: Any) -> Optional[MutableSet[_T]]:

Callers 11

clear_compiled_cacheMethod · 0.45
clear_cacheMethod · 0.45
soft_closeMethod · 0.45
hard_closeMethod · 0.45
fetchallMethod · 0.45
soft_closeMethod · 0.45
hard_closeMethod · 0.45
clearMethod · 0.45
clearMethod · 0.45
removeMethod · 0.45
prepareMethod · 0.45

Calls 1

changedMethod · 0.45

Tested by

no test coverage detected