Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__getitem__ of the ObjectIdentifer type does not accept slices in type hints #65

Open
exhuma opened this issue Aug 16, 2019 · 0 comments
Labels

Comments

@exhuma
Copy link
Owner

exhuma commented Aug 16, 2019

Repro:

oid = ObjectIdentifier(1, 2, 3, 4)
oid[:-1]  # <-- raises typing error
@exhuma exhuma added the v1.x label May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant