We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42072f commit e718172Copy full SHA for e718172
1 file changed
src/power_grid_model_ds/_core/model/arrays/base/array.py
@@ -52,6 +52,7 @@ class FancyArray(ABC): # noqa: B024
52
Note on string-columns:
53
The default length for string columns is stored in _DEFAULT_STR_LENGTH.
54
To change this, you can set the _str_lengths class attribute.
55
+ The _str_lengths attribute is inherited by child classes.
56
57
Example:
58
>>> class MyArray(FancyArray):
0 commit comments