Exemple #1
0
def create_simple_object(inference_state, obj):
    return access.create_access_path(inference_state, obj)
def _create(inference_state, obj):
    return compiled.create_from_access_path(
        inference_state, create_access_path(inference_state, obj)
    )