We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af6fcd commit e4ea062Copy full SHA for e4ea062
README.md
@@ -3,6 +3,7 @@
3
This package performs operations on Julia's [lowered AST](https://docs.julialang.org/en/latest/devdocs/ast/).
4
Current utilities include:
5
- `signature`: compute the signature of a specific method
6
-- `methoddef!` a method signature from lowered code, resolving gensymmed names (https://github.com/JuliaLang/julia/issues/30908)
+- `methoddef!`: extract a method signature from lowered code, resolving gensymmed names (https://github.com/JuliaLang/julia/issues/30908)
7
+- `bodymethod`: find the method that executes the body of a keyword-argument function
8
9
You can learn more about these with, e.g., `?methoddef!`
0 commit comments