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
It looks like there is no API doc for local(), the one it's imported with from plumbum import local since from http://plumbum.readthedocs.io/en/latest/index.html#api-reference only subpackages are documented and not the plumbum package itself.
from plumbum import local
The text was updated successfully, but these errors were encountered:
It's actually an instance of a plumbum.machines.local.LocalMachine, so it is documented there.
plumbum.machines.local.LocalMachine
Sorry, something went wrong.
Let me know if you think a note similar to that in the docs somewhere would be helpful.
Yes, I think a note about that in the docs would be very useful. Thanks
Note to address #276
f339f18
No branches or pull requests
It looks like there is no API doc for local(), the one it's imported with
from plumbum import local
since from http://plumbum.readthedocs.io/en/latest/index.html#api-reference only subpackages are documented and not the plumbum package itself.The text was updated successfully, but these errors were encountered: