Ejemplo n.º 1
0
 def __init__(self, cursor, textStore, settings):
     """ Initialize the operation """
     TextStoreOperation.__init__(self, cursor, textStore)
     self.settings = settings
Ejemplo n.º 2
0
 def __init__(self, cursor, textStore, textToInsert):
     """ Initialize the operation """
     TextStoreOperation.__init__(self, cursor, textStore)
     self.textToInsert = textToInsert