```Special Methods bool __eq__ (self, QKeySequence other) bool __ge__ (self, QKeySequence other) int __getitem__ (self, int i) bool __gt__ (self, QKeySequence other) int __int__ (self) bool __le__ (self, QKeySequence other) int __len__ (self) bool __lt__ (self, QKeySequence ks) bool __ne__ (self, QKeySequence other) ```