sbdchd / mongo-types

:fallen_leaf: Type stubs for mongoengine, pymongo, and bson
Apache License 2.0
19 stars 8 forks source link

fix(mongoengine): overload for __getitem__ #52

Closed sbdchd closed 3 years ago

sbdchd commented 3 years ago

getitem supports both a slice and an integer, previously the types only allowed an integer.