xia_engine.fields.ListRuntime
- class xia_engine.fields.ListRuntime(field: BaseField, internal_values: list, runtime_values: Optional[list] = None, acl=None)
Bases:
object
Run Time of List Field which has member of External Field
The main purpose is for the lazy load in the case of the field is of type Reference field. Only loading the real object, which means using [0] or [field_value].
- __init__(field: BaseField, internal_values: list, runtime_values: Optional[list] = None, acl=None)
Methods
__init__
(field, internal_values[, ...])