Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ A
Class
A
test/orm/inheritance/test_basic.py:2390–2393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2388
j2 = testing.resolve_lambda(j2, **locals())
2389
2390
class
A:
2391
def
__init__(self, **kwargs):
2392
for
key, value in list(kwargs.items()):
2393
setattr(self, key, value)
2394
2395
class
B(A):
2396
pass
Callers
10
insert_data
Method · 0.70
test_joinedload
Method · 0.70
test_poly_configured_immediate
Method · 0.70
test_none
Method · 0.70
test_c_only
Method · 0.70
test_b_only
Method · 0.70
test_a_only
Method · 0.70
test_joins
Method · 0.70
test_pk_as_discriminator
Method · 0.70
insert_data
Method · 0.70
Calls
no outgoing calls
Tested by
10
insert_data
Method · 0.56
test_joinedload
Method · 0.56
test_poly_configured_immediate
Method · 0.56
test_none
Method · 0.56
test_c_only
Method · 0.56
test_b_only
Method · 0.56
test_a_only
Method · 0.56
test_joins
Method · 0.56
test_pk_as_discriminator
Method · 0.56
insert_data
Method · 0.56