Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/usage/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ API overview
:param flags: (optional). defaults to ``0``
:param dont_inherit: (optional). defaults to ``False``
:param policy: (optional). defaults to ``RestrictingNodeTransformer``
:type source: str or unicode text or ``ast.AST``
:type filename: str or unicode text
:type mode: str or unicode text
:type source: str or ``ast.Module``
:type filename: str or bytes or os.PathLike[typing.Any]
:type mode: str
:type flags: int
:type dont_inherit: int
:type policy: RestrictingNodeTransformer class
Expand Down
Loading