-
-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an input
method to Console
#11398
Comments
#11536 gave |
Aaactually, it looks like |
If its useful and you haven't thought of it already, I quickly tried hacking this from the python side by wrapping sys.stdin in io.BufferedReader, then whacking a readable mole, then stopped - a few more moles at least. But may be quicker to experiment from that side in that way, |
Yea, that's the path that I'm on as well. |
To support usecases that consume user input, we should add the equivalent of input to
Console
.The text was updated successfully, but these errors were encountered: