spyne icon indicating copy to clipboard operation
spyne copied to clipboard

Implement a `Tuple` type

Open plq opened this issue 10 years ago • 0 comments

So we can do:

Pair = Tuple(String, String)

or

SomeFunkyType = Tuple(String, Date, Integer64)

Result of #461

plq avatar Sep 07 '15 11:09 plq