Returns the live control index for this session. Returns: Weak mapping of control IDs to mounted :class:`~flet.BaseControl` instances.
(self)
| 99 | |
| 100 | @property |
| 101 | def index(self): |
| 102 | """ |
| 103 | Returns the live control index for this session. |
| 104 | |
| 105 | Returns: |
| 106 | Weak mapping of control IDs to mounted :class:`~flet.BaseControl` instances. |
| 107 | """ |
| 108 | return self.__index |
| 109 | |
| 110 | @property |
| 111 | def page(self): |
no outgoing calls
no test coverage detected