예제 #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