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.
uint160
address
Convertor
Bases: object
Last updated 1 year ago