Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ B
Class
B
test/ext/test_associationproxy.py:1202–1208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1200
)
1201
1202
class
B(decl_base):
1203
__tablename__ =
"b"
1204
id = mapped_column(Integer, primary_key=True)
1205
data = mapped_column(String)
1206
1207
def
__init__(self, data=None):
1208
self.data = data
1209
1210
a1 = A()
1211
is_none(a1.b)
Callers
15
A
Class · 0.70
test_set_nonnone_to_none
Method · 0.70
test_del
Method · 0.70
test_del_no_proxy
Method · 0.70
test_subclasses_conflicting_types
Method · 0.70
test_o2m_instance_getter
Method · 0.70
test_m2o_instance_getter
Method · 0.70
test_o2m_instance_getter
Method · 0.70
test_msg_fails_on_cls_access
Method · 0.70
test_get_ambiguous
Method · 0.70
test_get_nonambiguous
Method · 0.70
test_set_ambiguous
Method · 0.70
Calls
1
mapped_column
Function · 0.90
Tested by
15
test_set_nonnone_to_none
Method · 0.56
test_del
Method · 0.56
test_del_no_proxy
Method · 0.56
test_subclasses_conflicting_types
Method · 0.56
test_o2m_instance_getter
Method · 0.56
test_m2o_instance_getter
Method · 0.56
test_o2m_instance_getter
Method · 0.56
test_msg_fails_on_cls_access
Method · 0.56
test_get_ambiguous
Method · 0.56
test_get_nonambiguous
Method · 0.56
test_set_ambiguous
Method · 0.56
test_set_nonambiguous
Method · 0.56