You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Expr type currently has no docstring. Since this is a documented part of the metaprogramming API, it should have a docstring.
Its docstring might be a good place to list all of the valid surface-syntax AST nodes. As was commented on discourse, there is a manual section on the internal lowered AST, whereas the "public" metaprogramming manual section only has a few examples of Expr nodes.
The text was updated successfully, but these errors were encountered:
fix#29244, document `Expr`
fix#30648, link `isdefined` to `isassigned`
update docstring for `macro`
fix variable scope description in manual
(cherry picked from commit 0ecaffb)
The
Expr
type currently has no docstring. Since this is a documented part of the metaprogramming API, it should have a docstring.Its docstring might be a good place to list all of the valid surface-syntax AST nodes. As was commented on discourse, there is a manual section on the internal lowered AST, whereas the "public" metaprogramming manual section only has a few examples of
Expr
nodes.The text was updated successfully, but these errors were encountered: