Skip to content

Commit 02eaab2

Browse files
author
Andrei Neagu
committed
docstring
1 parent 27466ab commit 02eaab2

File tree

1 file changed

+5
-0
lines changed
  • services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/api/frontend/_common

1 file changed

+5
-0
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/api/frontend/_common/stack.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111

1212
class UpdatableComponentStack(DisplayaMixin, ParentMixin, Generic[M]):
13+
"""
14+
Renders `BaseUpdatableComponent` models via the provided `BaseUpdatableDisplayModel`
15+
Appends new elements to the parent container.
16+
"""
17+
1318
def __init__(self, component: type[BaseUpdatableComponent]) -> None:
1419
super().__init__()
1520
self.component = component

0 commit comments

Comments
 (0)