Ejemplo n.º 1
0
 def __init__(self,
              flist=None,
              filename=None,
              key=None,
              root=None,
              text=None):  # Allow real Text with mock Editor.
     self.text = text or Text()
     self.undo = UndoDelegator()
Ejemplo n.º 2
0
 def __init__(self, flist=None, filename=None, key=None, root=None):
     self.text = Text()
     self.undo = UndoDelegator()
Ejemplo n.º 3
0
 def setUpClass(cls):
     cls.text = Text()
     cls.ct = WrappedCalltip(mock_Shell(cls.text))