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

Function app_async

sdk/python/packages/flet/src/flet/app.py:53–57  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

51
52@deprecated("Use run() instead.", version="0.80.0", show_parentheses=True)
53def app_async(*args, **kwargs):
54 new_args = list(args)
55 if "target" in kwargs:
56 new_args.insert(0, kwargs["target"])
57 return run_async(*new_args, **kwargs)
58
59
60def run(

Callers

nothing calls this directly

Calls 2

run_asyncFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected