Abstract base class for pymel components that can be accessed via iterators.
(ie, MeshEdge, MeshVertex, and MeshFace can be wrapped around MItMeshEdge, etc)
If deriving from this class, you should set __apicls__ to an appropriate MIt* type - ie, for MeshEdge, you would set __apicls__ = _api.MItMeshEdge