Ejemplo n.º 1
0
def create_simple_object(inference_state, obj):
    return access.create_access_path(inference_state, obj)
Ejemplo n.º 2
0
def _create(inference_state, obj):
    return compiled.create_from_access_path(
        inference_state, create_access_path(inference_state, obj)
    )