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
The macros defined in Hy all seem to have docstrings, but I looked through the docs and can't figure out how to access them in the repl.
The text was updated successfully, but these errors were encountered:
See #356, which is related.
Sorry, something went wrong.
See https://github.com/jkitchin/hy/blob/hydoc/hy/core/hylp.hy#L154 For one approach to getting the doc string.
=> (. (get hy.macros._hy_macros nil "with") doc) u'shorthand for nested with* loops:\n (with [x foo y bar] baz) ->\n (with* [x foo]\n (with* [y bar]\n baz))' =>
I'm going to close this since #356 is about the same thing.
No branches or pull requests
The macros defined in Hy all seem to have docstrings, but I looked through the docs and can't figure out how to access them in the repl.
The text was updated successfully, but these errors were encountered: