| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
I noticed that TypeVar and ParamSpec put their name in a __name__ attribute, but TypeVarTuple doesn't. Let's be consistent.
|
cc @mrahtz. Skipping news because we never released the previous version. |
Sorry, something went wrong.
| self.assertEqual(repr(Unpack[tuple[Unpack[Ts]]]), '*tuple[*Ts]') | ||
| self.assertEqual(repr(Unpack[Tuple[Unpack[Ts]]]), '*typing.Tuple[*Ts]') | ||
|
|
||
| def test_repr_is_correct(self): |
There was a problem hiding this comment.
Noticed this is the same as the function above.
Sorry, something went wrong.
|
Thanks Jelle! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I noticed that TypeVar and ParamSpec put their name in a __name__
attribute, but TypeVarTuple doesn't. Let's be consistent.
https://bugs.python.org/issue43224