CompIter# class CompIter(**properties: Any)# Superclasses: Object, Object This is the ICalCompIter instance. Methods# class CompIter deref() → Component# Gets the current Component pointed by CompIter. Added in version 1.0. next() → Component# Gets the next Component pointed by CompIter. Added in version 1.0. prior() → Component# Gets the prior Component pointed by CompIter. Added in version 1.0.