package errpy
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Errpy.AstSource
Source
val pp_object_ :
Ppx_deriving_runtime.Format.formatter ->
object_ ->
Ppx_deriving_runtime.unitSource
val pp_constant_desc :
Ppx_deriving_runtime.Format.formatter ->
constant_desc ->
Ppx_deriving_runtime.unitSource
val pp_constant :
Ppx_deriving_runtime.Format.formatter ->
constant ->
Ppx_deriving_runtime.unitSource
val pp_singleton :
Ppx_deriving_runtime.Format.formatter ->
singleton ->
Ppx_deriving_runtime.unitSource
and stmt_desc = | FunctionDef of {name : string;args : arguments;body : stmt list;decorator_list : expr list;returns : expr option;type_comment : string option;
}| AsyncFunctionDef of {name : string;args : arguments;body : stmt list;decorator_list : expr list;returns : expr option;type_comment : string option;
}| ClassDef of {name : string;bases : expr list;keywords : keyword list;body : stmt list;decorator_list : expr list;
}| Return of expr option| Delete of expr list| Assign of {}| AugAssign of {}| AnnAssign of {}| For of {}| AsyncFor of {}| While of {}| If of {}| With of {}| AsyncWith of {}| Match of {subject : expr;cases : match_case list;
}| Raise of {}| Try of {body : stmt list;handlers : excepthandler list;orelse : stmt list;finalbody : stmt list;
}| Assert of {}| Import of alias list| ImportFrom of {module_ : string option;names : alias list;level : int option;
}| Global of string list| Nonlocal of string list| Expr of expr| Pass| Break| Continue
Source
and pattern = {desc : pattern_desc;lineno : int;col_offset : int;end_lineno : int;end_col_offset : int;
}Source
and expr_desc = | BoolOp of {}| NamedExpr of {}| BinOp of {}| UnaryOp of {}| Lambda of {}| IfExp of {}| Dict of {}| Set of expr list| ListComp of {elt : expr;generators : comprehension list;
}| SetComp of {elt : expr;generators : comprehension list;
}| DictComp of {key : expr;value : expr;generators : comprehension list;
}| GeneratorExp of {elt : expr;generators : comprehension list;
}| Await of expr| Yield of expr option| YieldFrom of expr| Compare of {}| Call of {}| FormattedValue of {}| JoinedStr of expr list| Constant of {value : constant;kind : string option;
}| Attribute of {value : expr;attr : string;ctx : expr_context;
}| Subscript of {value : expr;slice : expr;ctx : expr_context;
}| Starred of {value : expr;ctx : expr_context;
}| Name of {id : string;ctx : expr_context;
}| List of {elts : expr list;ctx : expr_context;
}| Tuple of {elts : expr list;ctx : expr_context;
}| Slice of {}
Source
and excepthandler = {desc : excepthandler_desc;lineno : int;col_offset : int;end_lineno : int option;end_col_offset : int option;
}Source
and alias = {name : string;asname : string option;lineno : int;col_offset : int;end_lineno : int option;end_col_offset : int option;
}Source
val pp_withitem :
Ppx_deriving_runtime.Format.formatter ->
withitem ->
Ppx_deriving_runtime.unitSource
val pp_recoverableerrorwithlocation :
Ppx_deriving_runtime.Format.formatter ->
recoverableerrorwithlocation ->
Ppx_deriving_runtime.unitSource
val show_recoverableerrorwithlocation :
recoverableerrorwithlocation ->
Ppx_deriving_runtime.stringSource
val pp_unaryop :
Ppx_deriving_runtime.Format.formatter ->
unaryop ->
Ppx_deriving_runtime.unitSource
val pp_type_ignore :
Ppx_deriving_runtime.Format.formatter ->
type_ignore ->
Ppx_deriving_runtime.unitSource
val pp_stmt_desc :
Ppx_deriving_runtime.Format.formatter ->
stmt_desc ->
Ppx_deriving_runtime.unitSource
val pp_pattern :
Ppx_deriving_runtime.Format.formatter ->
pattern ->
Ppx_deriving_runtime.unitSource
val pp_pattern_desc :
Ppx_deriving_runtime.Format.formatter ->
pattern_desc ->
Ppx_deriving_runtime.unitSource
val pp_operator :
Ppx_deriving_runtime.Format.formatter ->
operator ->
Ppx_deriving_runtime.unitSource
val pp_match_case :
Ppx_deriving_runtime.Format.formatter ->
match_case ->
Ppx_deriving_runtime.unitSource
val pp_keyword :
Ppx_deriving_runtime.Format.formatter ->
keyword ->
Ppx_deriving_runtime.unitSource
val pp_expr_context :
Ppx_deriving_runtime.Format.formatter ->
expr_context ->
Ppx_deriving_runtime.unitSource
val pp_expr_desc :
Ppx_deriving_runtime.Format.formatter ->
expr_desc ->
Ppx_deriving_runtime.unitSource
val pp_excepthandler :
Ppx_deriving_runtime.Format.formatter ->
excepthandler ->
Ppx_deriving_runtime.unitSource
val pp_excepthandler_desc :
Ppx_deriving_runtime.Format.formatter ->
excepthandler_desc ->
Ppx_deriving_runtime.unitSource
val pp_comprehension :
Ppx_deriving_runtime.Format.formatter ->
comprehension ->
Ppx_deriving_runtime.unitSource
val pp_arguments :
Ppx_deriving_runtime.Format.formatter ->
arguments ->
Ppx_deriving_runtime.unitSource
val pp_arguments_args :
Ppx_deriving_runtime.Format.formatter ->
arguments_args ->
Ppx_deriving_runtime.unitSource
val pp_arguments_kwarg :
Ppx_deriving_runtime.Format.formatter ->
arguments_kwarg ->
Ppx_deriving_runtime.unitSource
val pp_arguments_vararg :
Ppx_deriving_runtime.Format.formatter ->
arguments_vararg ->
Ppx_deriving_runtime.unitSource
val pp_excepthandler_excepthandler_name :
Ppx_deriving_runtime.Format.formatter ->
excepthandler_excepthandler_name ->
Ppx_deriving_runtime.unitSource
val show_excepthandler_excepthandler_name :
excepthandler_excepthandler_name ->
Ppx_deriving_runtime.stringSource
val pp_expr_bytes_s :
Ppx_deriving_runtime.Format.formatter ->
expr_bytes_s ->
Ppx_deriving_runtime.unitSource
val pp_expr_subscript_slice :
Ppx_deriving_runtime.Format.formatter ->
expr_subscript_slice ->
Ppx_deriving_runtime.unitSource
val pp_expr_yieldfrom_value :
Ppx_deriving_runtime.Format.formatter ->
expr_yieldfrom_value ->
Ppx_deriving_runtime.unitSource
val pp_keyword_arg :
Ppx_deriving_runtime.Format.formatter ->
keyword_arg ->
Ppx_deriving_runtime.unitSource
val pp_stmt_importfrom_module :
Ppx_deriving_runtime.Format.formatter ->
stmt_importfrom_module ->
Ppx_deriving_runtime.unit