MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

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

Source from the content-addressed store, hash-verified

1060 return result
1061
1062 def clear(self) -> None:
1063 set.clear(self)
1064 self.changed()
1065
1066 @classmethod
1067 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