mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-23 09:30:02 +02:00
updating docstring
This commit is contained in:
parent
393b025648
commit
7c573cdc10
@ -283,14 +283,11 @@ def get_nested_dict_by_attr_and_index(
|
|||||||
with `pydase.utils.serializer.Serializer`.
|
with `pydase.utils.serializer.Serializer`.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
serialization_dict:
|
serialization_dict: The base dictionary representing serialized data.
|
||||||
The base dictionary representing serialized data.
|
attr_name: The key name representing the attribute in the dictionary.
|
||||||
attr_name:
|
index: The optional index for list items within the dictionary value.
|
||||||
The key name representing the attribute in the dictionary.
|
allow_append: Flag to allow appending a new entry if `index` is out of range by
|
||||||
index:
|
one.
|
||||||
The optional index for list items within the dictionary value.
|
|
||||||
allow_append:
|
|
||||||
Flag to allow appending a new entry if `index` is out of range by one.
|
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
The dictionary or list item corresponding to the attribute and index.
|
The dictionary or list item corresponding to the attribute and index.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user