Module Py_label.StatementSource
Sourcetype t = | Simple| If of tie_id| While| For| Try| With| FuncDef of name| ClassDef of name| Async| AsyncFuncDef of name| ERROR| MARKER of string
Sourceval is_named_orig : t -> bool Sourceval to_short_string : ?ignore_identifiers_flag:bool -> t -> string