コード例 #1
0
def entity_b(resource_b):
    return factories.EntityFactory(
        resource=resource_b, string="entity b"
    )
コード例 #2
0
def entity_a(resource_a):
    return factories.EntityFactory(
        resource=resource_a, string="entity a"
    )