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
I ran into a weird case by putting an exclamation mark in my command:
!jsk py os!.walk
This seems to import os and then returns the walk function.
This behavior should be documented.
There is no documentation
Documentation of hidden feature
The text was updated successfully, but these errors were encountered:
If you look into the source code, you can see that it uses the import-expression module, and it's behavior is documented at the module's PyPI page
Sorry, something went wrong.
I think a small note that "jsk py uses import expressions" on the command's doc page wouldn't hurt.
jsk py
No branches or pull requests
The Problem
I ran into a weird case by putting an exclamation mark in my command:
This seems to import os and then returns the walk function.
The Ideal Solution
This behavior should be documented.
The Current Solution
There is no documentation
Summary
Documentation of hidden feature
The text was updated successfully, but these errors were encountered: