spyne
spyne copied to clipboard
Implement a `Tuple` type
So we can do:
Pair = Tuple(String, String)
or
SomeFunkyType = Tuple(String, Date, Integer64)
Result of #461