예제 #1
0
 def __init__(self, cursor, textStore, settings):
     """ Initialize the operation """
     TextStoreOperation.__init__(self, cursor, textStore)
     self.settings = settings
예제 #2
0
 def __init__(self, cursor, textStore, textToInsert):
     """ Initialize the operation """
     TextStoreOperation.__init__(self, cursor, textStore)
     self.textToInsert = textToInsert