List of all items
Structs
- Alias
- Arg
- ArgWithDefault
- Arguments
- BoolOpAnd
- BoolOpOr
- CmpOpEq
- CmpOpGt
- CmpOpGtE
- CmpOpIn
- CmpOpIs
- CmpOpIsNot
- CmpOpLt
- CmpOpLtE
- CmpOpNotEq
- CmpOpNotIn
- Comprehension
- EmptyRange
- ExceptHandlerExceptHandler
- ExprAttribute
- ExprAwait
- ExprBinOp
- ExprBoolOp
- ExprCall
- ExprCompare
- ExprConstant
- ExprContextDel
- ExprContextLoad
- ExprContextStore
- ExprDict
- ExprDictComp
- ExprFormattedValue
- ExprGeneratorExp
- ExprIfExp
- ExprJoinedStr
- ExprLambda
- ExprList
- ExprListComp
- ExprName
- ExprNamedExpr
- ExprSet
- ExprSetComp
- ExprSlice
- ExprStarred
- ExprSubscript
- ExprTuple
- ExprUnaryOp
- ExprYield
- ExprYieldFrom
- Identifier
- Int
- Keyword
- MatchCase
- ModExpression
- ModFunctionType
- ModInteractive
- ModModule
- OperatorAdd
- OperatorBitAnd
- OperatorBitOr
- OperatorBitXor
- OperatorDiv
- OperatorFloorDiv
- OperatorLShift
- OperatorMatMult
- OperatorMod
- OperatorMult
- OperatorPow
- OperatorRShift
- OperatorSub
- PatternMatchAs
- PatternMatchClass
- PatternMatchMapping
- PatternMatchOr
- PatternMatchSequence
- PatternMatchSingleton
- PatternMatchStar
- PatternMatchValue
- PythonArguments
- StmtAnnAssign
- StmtAssert
- StmtAssign
- StmtAsyncFor
- StmtAsyncFunctionDef
- StmtAsyncWith
- StmtAugAssign
- StmtBreak
- StmtClassDef
- StmtContinue
- StmtDelete
- StmtExpr
- StmtFor
- StmtFunctionDef
- StmtGlobal
- StmtIf
- StmtImport
- StmtImportFrom
- StmtMatch
- StmtNonlocal
- StmtPass
- StmtRaise
- StmtReturn
- StmtTry
- StmtTryStar
- StmtTypeAlias
- StmtWhile
- StmtWith
- TextSize
- TypeIgnoreTypeIgnore
- TypeParamParamSpec
- TypeParamTypeVar
- TypeParamTypeVarTuple
- UnaryOpInvert
- UnaryOpNot
- UnaryOpUAdd
- UnaryOpUSub
- WithItem
- located::Identifier
- located::Int
- source_code::LineIndex
- source_code::LinearLocator
- source_code::LocatedError
- source_code::OneIndexed
- source_code::RandomLocator
- source_code::SourceCode
- source_code::SourceLocation
- source_code::SourceRange
- source_code::UniversalNewlineIterator
- text_size::TextRange
- text_size::TextSize
Enums
- Ast
- BoolOp
- CmpOp
- Constant
- ConversionFlag
- ExceptHandler
- Expr
- ExprContext
- Mod
- Operator
- Pattern
- Stmt
- TypeIgnore
- TypeParam
- UnaryOp
- located::Constant
Traits
Functions
- fold::fold_alias
- fold::fold_arg
- fold::fold_arg_with_default
- fold::fold_arguments
- fold::fold_boolop
- fold::fold_cmpop
- fold::fold_comprehension
- fold::fold_excepthandler
- fold::fold_excepthandler_except_handler
- fold::fold_expr
- fold::fold_expr_attribute
- fold::fold_expr_await
- fold::fold_expr_bin_op
- fold::fold_expr_bool_op
- fold::fold_expr_call
- fold::fold_expr_compare
- fold::fold_expr_constant
- fold::fold_expr_context
- fold::fold_expr_dict
- fold::fold_expr_dict_comp
- fold::fold_expr_formatted_value
- fold::fold_expr_generator_exp
- fold::fold_expr_if_exp
- fold::fold_expr_joined_str
- fold::fold_expr_lambda
- fold::fold_expr_list
- fold::fold_expr_list_comp
- fold::fold_expr_name
- fold::fold_expr_named_expr
- fold::fold_expr_set
- fold::fold_expr_set_comp
- fold::fold_expr_slice
- fold::fold_expr_starred
- fold::fold_expr_subscript
- fold::fold_expr_tuple
- fold::fold_expr_unary_op
- fold::fold_expr_yield
- fold::fold_expr_yield_from
- fold::fold_keyword
- fold::fold_match_case
- fold::fold_mod
- fold::fold_mod_expression
- fold::fold_mod_function_type
- fold::fold_mod_interactive
- fold::fold_mod_module
- fold::fold_operator
- fold::fold_pattern
- fold::fold_pattern_match_as
- fold::fold_pattern_match_class
- fold::fold_pattern_match_mapping
- fold::fold_pattern_match_or
- fold::fold_pattern_match_sequence
- fold::fold_pattern_match_singleton
- fold::fold_pattern_match_star
- fold::fold_pattern_match_value
- fold::fold_stmt
- fold::fold_stmt_ann_assign
- fold::fold_stmt_assert
- fold::fold_stmt_assign
- fold::fold_stmt_async_for
- fold::fold_stmt_async_function_def
- fold::fold_stmt_async_with
- fold::fold_stmt_aug_assign
- fold::fold_stmt_break
- fold::fold_stmt_class_def
- fold::fold_stmt_continue
- fold::fold_stmt_delete
- fold::fold_stmt_expr
- fold::fold_stmt_for
- fold::fold_stmt_function_def
- fold::fold_stmt_global
- fold::fold_stmt_if
- fold::fold_stmt_import
- fold::fold_stmt_import_from
- fold::fold_stmt_match
- fold::fold_stmt_nonlocal
- fold::fold_stmt_pass
- fold::fold_stmt_raise
- fold::fold_stmt_return
- fold::fold_stmt_try
- fold::fold_stmt_try_star
- fold::fold_stmt_type_alias
- fold::fold_stmt_while
- fold::fold_stmt_with
- fold::fold_type_ignore
- fold::fold_type_ignore_type_ignore
- fold::fold_type_param
- fold::fold_type_param_param_spec
- fold::fold_type_param_type_var
- fold::fold_type_param_type_var_tuple
- fold::fold_unaryop
- fold::fold_withitem
- source_code::find_newline
Type Aliases
- OptionalRange
- String
- Suite
- located::Alias
- located::Arg
- located::ArgWithDefault
- located::Arguments
- located::BoolOp
- located::BoolOpAnd
- located::BoolOpOr
- located::CmpOp
- located::CmpOpEq
- located::CmpOpGt
- located::CmpOpGtE
- located::CmpOpIn
- located::CmpOpIs
- located::CmpOpIsNot
- located::CmpOpLt
- located::CmpOpLtE
- located::CmpOpNotEq
- located::CmpOpNotIn
- located::Comprehension
- located::ExceptHandler
- located::ExceptHandlerExceptHandler
- located::Expr
- located::ExprAttribute
- located::ExprAwait
- located::ExprBinOp
- located::ExprBoolOp
- located::ExprCall
- located::ExprCompare
- located::ExprConstant
- located::ExprContext
- located::ExprContextDel
- located::ExprContextLoad
- located::ExprContextStore
- located::ExprDict
- located::ExprDictComp
- located::ExprFormattedValue
- located::ExprGeneratorExp
- located::ExprIfExp
- located::ExprJoinedStr
- located::ExprLambda
- located::ExprList
- located::ExprListComp
- located::ExprName
- located::ExprNamedExpr
- located::ExprSet
- located::ExprSetComp
- located::ExprSlice
- located::ExprStarred
- located::ExprSubscript
- located::ExprTuple
- located::ExprUnaryOp
- located::ExprYield
- located::ExprYieldFrom
- located::Keyword
- located::MatchCase
- located::Mod
- located::ModExpression
- located::ModFunctionType
- located::ModInteractive
- located::ModModule
- located::Operator
- located::OperatorAdd
- located::OperatorBitAnd
- located::OperatorBitOr
- located::OperatorBitXor
- located::OperatorDiv
- located::OperatorFloorDiv
- located::OperatorLShift
- located::OperatorMatMult
- located::OperatorMod
- located::OperatorMult
- located::OperatorPow
- located::OperatorRShift
- located::OperatorSub
- located::Pattern
- located::PatternMatchAs
- located::PatternMatchClass
- located::PatternMatchMapping
- located::PatternMatchOr
- located::PatternMatchSequence
- located::PatternMatchSingleton
- located::PatternMatchStar
- located::PatternMatchValue
- located::PythonArguments
- located::Stmt
- located::StmtAnnAssign
- located::StmtAssert
- located::StmtAssign
- located::StmtAsyncFor
- located::StmtAsyncFunctionDef
- located::StmtAsyncWith
- located::StmtAugAssign
- located::StmtBreak
- located::StmtClassDef
- located::StmtContinue
- located::StmtDelete
- located::StmtExpr
- located::StmtFor
- located::StmtFunctionDef
- located::StmtGlobal
- located::StmtIf
- located::StmtImport
- located::StmtImportFrom
- located::StmtMatch
- located::StmtNonlocal
- located::StmtPass
- located::StmtRaise
- located::StmtReturn
- located::StmtTry
- located::StmtTryStar
- located::StmtTypeAlias
- located::StmtWhile
- located::StmtWith
- located::String
- located::Suite
- located::TypeIgnore
- located::TypeIgnoreTypeIgnore
- located::TypeParam
- located::TypeParamParamSpec
- located::TypeParamTypeVar
- located::TypeParamTypeVarTuple
- located::UnaryOp
- located::UnaryOpInvert
- located::UnaryOpNot
- located::UnaryOpUAdd
- located::UnaryOpUSub
- located::WithItem
- source_code::LineNumber