Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ CustomObj
Class
CustomObj
test/sql/test_external_traversal.py:353–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
from
sqlalchemy
import
Column
352
353
class
CustomObj(Column):
354
pass
355
356
assert CustomObj.__visit_name__ == Column.__visit_name__ ==
"column"
357
Callers
1
test_visit_name
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_visit_name
Method · 0.68