Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Thing
Class
Thing
test/sql/test_compiler.py:2729–2734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2727
""
"
2728
2729
class
Thing(ColumnElement):
2730
def
__init__(self, hash_):
2731
self._hash = hash_
2732
2733
def
__hash__(self):
2734
return
self._hash
2735
2736
t1 = Thing(10)
2737
t2 = Thing(11)
Callers
1
test_deduping_hash_algo
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_deduping_hash_algo
Method · 0.56