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

Function app

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

Source from the content-addressed store, hash-verified

43
44@deprecated("Use run() instead.", version="0.80.0", show_parentheses=True)
45def app(*args, **kwargs):
46 new_args = list(args)
47 if "target" in kwargs:
48 new_args.insert(0, kwargs["target"])
49 return run(*new_args, **kwargs)
50
51
52@deprecated("Use run() instead.", version="0.80.0", show_parentheses=True)

Callers

nothing calls this directly

Calls 2

runFunction · 0.70
insertMethod · 0.45

Tested by

no test coverage detected