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

Method clear

lib/sqlalchemy/util/_collections_cy.py:316–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 raise KeyError("pop from an empty set")
315
316 def clear(self) -> None:
317 self._members.clear()
318
319 def __eq__(self, other: Any) -> bool:
320 other_: IdentitySet

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected