コード例 #1
0
ファイル: TextGraphController.py プロジェクト: pydoted/dotEd
 def __init__(self, model, view):
     # Parent constructor(s)
     Controller.__init__(self, model, view)
コード例 #2
0
ファイル: TextGraphController.py プロジェクト: pydoted/dotEd
 def __init__(self, model, view):
     # Parent constructor(s)
     Controller.__init__(self, model, view)
コード例 #3
0
    def __init__(self, model, view, textGraphController):
        # Parent constructor(s)
        Controller.__init__(self, model, view)

        self.textGraphController = textGraphController
コード例 #4
0
    def __init__(self, model, view, textGraphController):
        # Parent constructor(s)
        Controller.__init__(self, model, view)

        self.textGraphController = textGraphController