Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ NoBoolAllowed
Class
NoBoolAllowed
test/orm/test_mapper.py:1569–1571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1567
1568
def
test_we_dont_call_bool(self):
1569
class
NoBoolAllowed:
1570
def
__bool__(self):
1571
raise
Exception(
"nope"
)
1572
1573
self.mapper(NoBoolAllowed, self.tables.users)
1574
u1 = NoBoolAllowed()
Callers
1
test_we_dont_call_bool
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_we_dont_call_bool
Method · 0.68