Details
-
Sub-task
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
On Python versions < 3.5.3, the Tuple and Union type from typing do not have an `_args` attribute, but a `tuple_params`, and a `union_params` and `union_set_params_` argument respectively.
The current implementation fails <3.5.3 since it depends on the `_args_` attribute
Attachments
Issue Links
- links to