Skip to content

Commit e718172

Browse files
committed
update docstring
Signed-off-by: Thijs Baaijen <13253091+Thijss@users.noreply.github.com>
1 parent c42072f commit e718172

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/power_grid_model_ds/_core/model/arrays/base

src/power_grid_model_ds/_core/model/arrays/base/array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class FancyArray(ABC): # noqa: B024
5252
Note on string-columns:
5353
The default length for string columns is stored in _DEFAULT_STR_LENGTH.
5454
To change this, you can set the _str_lengths class attribute.
55+
The _str_lengths attribute is inherited by child classes.
5556
5657
Example:
5758
>>> class MyArray(FancyArray):

0 commit comments

Comments
 (0)