sgpykit.util.struct_array
Functions
|
Get the shape of the first Cell object in the list of objects. |
Classes
|
A 1D or 2D container class that extends Python's built-in list. |
|
A simple struct-like class that allows attribute access and dictionary-like item access. |
|
- class sgpykit.util.struct_array.StructArray(*args, **kwargs)[source]
Bases:
objectMethods
isequal_to(obj2)Check if two StructArrays are equal.