legate.core.PhysicalArray# class legate.core.PhysicalArray# __init__(*args, **kwargs)# Attributes __array_interface__ dict[str, Any] __cuda_array_interface__ dict[str, Any] ndim int nested bool nullable bool type Type Methods child(self, uint32_t index) Get the sub-array of a given index. data(self) Get the store containing the array's data. domain(self) Get the Domain of the array. null_mask(self) Get the store containing the array's null mask.