Convertor
The aim of this class is to define type conversions.
Last updated
The aim of this class is to define type conversions.
Last updated
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