コード例 #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