コード例 #1
0
ファイル: cli.py プロジェクト: anthonyt/3ad
 def runcode(self, *a, **kw):
     ManholeInterpreter.runcode(self, *a, **kw)
コード例 #2
0
ファイル: cli.py プロジェクト: anthonyt/3ad
 def displayhook(self, obj):
     ManholeInterpreter.displayhook(self, obj)
     if isinstance(obj, defer.Deferred):
         # If we need custom handling for displaying deferreds, add it here
         pass