def removeDescriptionAttribute( self, name ):

    FPNative.clip_remove_description_attribute( self.handle, name )
    self.check_error()
Beispiel #2
0
    def removeDescriptionAttribute(self, name):

        FPNative.clip_remove_description_attribute(self.handle, name)
        self.check_error()