Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

get_type_repr should include typing.NewType #171

Open
kornicameister opened this issue Jan 7, 2020 · 1 comment
Open

get_type_repr should include typing.NewType #171

kornicameister opened this issue Jan 7, 2020 · 1 comment
Milestone

Comments

@kornicameister
Copy link
Owner

(t.NewType('Cookies', int), 'Cookies[int]'),
(t.NewType('Cookies', bool), 'Cookies[bool]'),
(t.NewType('Cookies', str), 'Cookies[str]'),
(t.NewType('Cookies', float), 'Cookies[float]'),
(t.NewType('Cookies', t.List[str]), 'Cookies[typing.List[str]]'),
(t.NewType('Cookies', t.Set[str]), 'Cookies[typing.Set[str]]'),
@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@kornicameister kornicameister added the bug Something isn't working label Jan 7, 2020
@kornicameister kornicameister added this to the 0.0.1 milestone Jan 14, 2020
@kornicameister kornicameister added feature_request and removed bug Something isn't working labels Jan 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant