Module Python_base.Py_labelSource
Sourceval lang_prefix : string Sourceval operator_attr_name : string Sourceval keyroot_depth_min : int Sourceval null_tid : string * string Sourceval mktid : 'a -> 'b -> 'a * 'b Sourceval tid_to_string : (string * string) -> string Sourceval conv_name : ('a * 'b) -> 'b Sourceval loc_of_name : ('a * 'b) -> 'a Sourceval dottedname_to_string : ('a * string) list -> string Sourcetype annotation = string option Sourceval null_annotation : 'a option Sourceval annotation_to_string : string option -> string Sourcetype t = | Dummy| ERROR| FileInput of name| DottedName of string| Name of name| Lambda| Test| Power| Primary of Primary.t| UnaryOperator of UnaryOperator.t| BinaryOperator of BinaryOperator.t| Statement of Statement.t| SimpleStatement of SimpleStatement.t| Elif of tie_id| Else| Targets| Target| Except| Suite| NamedSuite of name| Parameters| NamedParameters of name| Decorators of name| Decorator of name| Finally| In| Yield| LHS| RHS| As| ListIf| KeyDatum| SliceItem| Ellipsis| Arguments of tie_id| NamedArguments of name| Argument| CompArgument| AssignArgument| GenFor| AsyncGenFor| GenIf| Inheritance| Chevron| From| ParamDef of name| ListParamDef| TypedParamDef of name| WithItem| StarStar| Star| Slash| Named| ReturnAnnotation| Dots of int| Stride| Annotation
Sourceval opt_to_string : ('a -> string) -> 'a option -> string Sourceval name_to_string : ('a * 'b) -> 'b Sourceval tid_of_import :
(('a * string) list * ('b * string) option) list ->
string * string Sourceval tid_of_from_import :
(('a * int) option
* ('b * string) list option
* (('c * string) * ('d * string) option) list) ->
string * string Sourceval anonymize : ?more:bool -> t -> t Sourceval to_simple_string : t -> string Sourceval to_short_string : ?ignore_identifiers_flag:bool -> t -> string Sourceval to_tag : ?strip:bool -> t -> string * (string * name) list Sourceval to_char : 'a -> char Sourceval to_elem_data :
?strip:bool ->
?afilt:(string -> bool) ->
Astml.Loc.t ->
t ->
string * (string * string) list * string Sourceval is_common_name : string -> bool Sourceval is_named_orig : t -> bool Sourceval is_compatible : ?weak:bool -> 'a -> 'b -> bool Sourceval is_order_insensitive : 'a -> bool Sourceval quasi_eq : 'a -> 'b -> bool Sourceval relabel_allowed : (t * t) -> bool Sourceval move_disallowed : t -> bool Sourceval is_hunk_boundary : 'a -> 'b -> bool Sourceval forced_to_be_collapsible : 'a -> bool Sourceval is_collapse_target : < no_collapse_flag : bool.. > -> t -> bool Sourceval is_to_be_notified : t -> bool Sourceval is_string_literal : t -> bool Sourceval is_int_literal : t -> bool Sourceval is_real_literal : t -> bool Sourceval is_block : 'a -> bool Sourceval is_primaryname : t -> bool Sourceval is_scope_creating : t -> bool Sourceval get_category : t -> string Sourceval has_non_trivial_value : t -> bool Sourceval has_non_trivial_tid : 'a -> bool Sourceval cannot_be_keyroot : 'a -> bool Sourceval is_special : 'a -> bool Sourceval of_elem_data : string -> (string * string) list -> string -> t