Documentation
The documentation on the ast module does not mention the Module, Interactive, Expression, or FunctionType class. They should be added.
I haven't checked but I think these are the only module members that are not documented. You might want to check for any other public members (helper functions or node classes) that are not documented.
Linked PRs
Documentation
The documentation on the ast module does not mention the
Module, Interactive, Expression, or FunctionTypeclass. They should be added.I haven't checked but I think these are the only module members that are not documented. You might want to check for any other public members (helper functions or node classes) that are not documented.
Linked PRs
ast.Module,ast.Expression, and others #101055ast.Module,ast.Expression, and others (GH-101055) #106138ast.Module,ast.Expression, and others (GH-101055) #106139