mypy_extensions
mypy_extensions copied to clipboard
Extensions for mypy
PyPi provides pack details for each pack at https://pypi.org/pypi//\/json. It is impossible to [obtain](https://pypi.org/pypi/mypy_extensions/1.1.0/json) the license for the `mypy_extenstion` pack in PyPi. The (MIT) license needs to be added to...
``` =================================== FAILURES =================================== _________________ TypedDictTests.test_py36_class_syntax_usage __________________ self = def test_py36_class_syntax_usage(self): self.assertEqual(LabelPoint2D.__name__, 'LabelPoint2D') # noqa self.assertEqual(LabelPoint2D.__module__, __name__) # noqa > self.assertEqual(LabelPoint2D.__annotations__, {'x': int, 'y': int, 'label': str}) # noqa E...
Are there any for 1.1.0?