• Chris Ramstad's avatar
    Added tuple.__new__ accepting an iterable + tests · 277fee03
    Chris Ramstad authored
    Support added to initialize a tuple using the tuple type class.  Allows
    creation specifying positional or using the keyword argument 'sequence'.
    
    Accepts iterables- tested with lists, tuples, sets, dicts and strings
    277fee03
tuple.cpp 9.67 KB