Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __repr__
Method
__repr__
lib/sqlalchemy/util/_collections_cy.py:512–516 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
510
raise
TypeError(
"set objects are unhashable"
)
511
512
def
__repr__(self) -> str:
513
return
"%s(%r)"
% (
514
self.__class__.__name__,
515
list(self._members.values()),
516
)
Callers
nothing calls this directly
Calls
1
values
Method · 0.45
Tested by
no test coverage detected