puresnmp icon indicating copy to clipboard operation
puresnmp copied to clipboard

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

Open exhuma opened this issue 5 years ago • 0 comments

Repro:

oid = ObjectIdentifier(1, 2, 3, 4)
oid[:-1]  # <-- raises typing error

exhuma avatar Aug 16 '19 07:08 exhuma