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

Class RouteUrlStrategy

sdk/python/packages/flet/src/flet/controls/types.py:43–49  ·  view source on GitHub ↗

TBD

Source from the content-addressed store, hash-verified

41
42
43class RouteUrlStrategy(Enum):
44 """
45 TBD
46 """
47
48 PATH = "path"
49 HASH = "hash"
50
51
52class UrlTarget(Enum):

Callers 4

__init__Method · 0.90
handleMethod · 0.90
runFunction · 0.90
run_asyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected