We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
from zio import * io = zio('echo 123') print io.read()
run this in interactive mode, for example in ipython, it will print out nothing. figure out why?
Sorry, something went wrong.
Can't reproduce
In [1]: from zio import *
In [2]: io = zio('echo 123')
In [3]: print io.read() 123 123
arch: In [1]: from zio import *
Mac: In [1]: from zio import *
In [3]: print io.read()
fqj1994
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: