コード例 #1
0
 def __init__(self, path=os.path.realpath(".")):
     Project.__init__(self,
                      path=path,
                      code_trees_manager_class=MemoryCodeTreesManager)
     self._last_module = None
     self._all_catch_module = None
コード例 #2
0
ファイル: testing_project.py プロジェクト: Br3nda/pythoscope
 def __init__(self, path=os.path.realpath(".")):
     Project.__init__(self, path=path,
         code_trees_manager_class=MemoryCodeTreesManager)
     self._last_module = None
     self._all_catch_module = None