result = App.run()
See original GitHub issueTo be added by @willmcgugan
- Thanks for such a great library
- We are using your library! See the result here: https://github.com/fluidattacks/makes/pull/725
- This is not an outstanding feature that must be added
- But It would be very useful in some cases
The App
class is normally used as a whole application: App.run()
It would be useful if we could return data from it on exit so we can do result = App.run()
.
This allows for having many ‘scenes’ (App
s) in our application, for instance for asking user for a value and then do some work, then show other ‘scene’ (other App), etc
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:6
Top Results From Across the Web
Launch an app for results - UWP applications | Microsoft Learn
Learn how to launch an app from another app and exchange data between the two. This is called launching an app for results....
Read more >Getting a result from an activity - Android Developers
Starting another activity, whether one within your app or from another app, doesn't need to be a one-way operation.
Read more >Quickstart — Flask Documentation (1.1.x)
To run the application you can either use the flask command or python's -m switch with Flask. Before you can do that you...
Read more >Cannot run any other functions when Flask app is running
As mentioned above, app.run() runs an app and no code after that is started. Also, your code doesn't make much sense.
Read more >21.3. Your First Flask App - LaunchCode Education
This allows us to update our Python code and see the results while the program is running. Line 6: @app.route() is called a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Your app looks great BTW
Did we solve your problem?
Consider buying the Textualize developers a coffee to say thanks.
– Textualize