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