MCPcopy
hub / github.com/flet-dev/flet / index

Method index

sdk/python/packages/flet/src/flet/messaging/session.py:101–108  ·  view source on GitHub ↗

Returns the live control index for this session. Returns: Weak mapping of control IDs to mounted :class:`~flet.BaseControl` instances.

(self)

Source from the content-addressed store, hash-verified

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):

Callers 15

_build_view_levelFunction · 0.80
RouterFunction · 0.80
AppFunction · 0.80
move_card_atMethod · 0.80
move_listMethod · 0.80
move_groupMethod · 0.80
move_item_atMethod · 0.80
TodoAppViewFunction · 0.80
move_groupMethod · 0.80
move_item_atMethod · 0.80
__post_init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected