MCPcopy
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_dataMethod · 0.70
test_joinedloadMethod · 0.70
test_noneMethod · 0.70
test_c_onlyMethod · 0.70
test_b_onlyMethod · 0.70
test_a_onlyMethod · 0.70
test_joinsMethod · 0.70
insert_dataMethod · 0.70

Calls

no outgoing calls

Tested by 10

insert_dataMethod · 0.56
test_joinedloadMethod · 0.56
test_noneMethod · 0.56
test_c_onlyMethod · 0.56
test_b_onlyMethod · 0.56
test_a_onlyMethod · 0.56
test_joinsMethod · 0.56
insert_dataMethod · 0.56