Module Py_label.SimpleStatementSource
Sourcetype t = | Expr| Assign of AssignmentOperator.t| Print| Del| Pass| Break| Continue| Return| Raise| Yield| Import| FromImport| Global| Exec| Assert| RaiseFrom| Nonlocal| ERROR
Sourceval to_short_string : t -> string Sourceval anonymize : ?more:bool -> t -> t Sourceval to_tag : t -> string * 'a list