def clear(self):
     ''' Reset by erasing styling acts. '''
     self.stylingActSetCollection = StylingActSetCollection()
 def __init__(self, name):
     StyleSheet.__init__(self, name)
     # Collection may include many NamedStylingActSets
     self.stylingActSetCollection = StylingActSetCollection()