Convertor

The aim of this class is to define type conversions.

The class is used in conjunction with Arguments functions such as with_type_convertible().

For example, if you want to treat uint160 as a type address, you can use the Convertor to add that conversion type.

Bases: object

Convertor.add()chevron-rightConvertor.can_convert()chevron-rightConvertor.set_conversions()chevron-right

Last updated