DesktopApp.run#

DesktopApp.run(*args, **kwargs)[source]#

Runs the app. It calls the function webview.start. The arguments will be passed to webview.start function.

Parameters:
  • args (Any) –

  • kwargs (Any) –