MCPcopy
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

Calls

no outgoing calls

Tested by 1