Module Py_label.AssignmentOperatorSource
Sourcetype t = | Eq| AddEq| SubEq| MulEq| DivEq| ModEq| AndEq| OrEq| XorEq| ShiftLEq| ShiftREq| PowEq| FDivEq
Sourceval to_simple_string : t -> string Sourceval to_short_string : t -> string Sourceval to_tag : t -> string * 'a list