Example #1
0
File: cli.py Project: anthonyt/3ad
 def runcode(self, *a, **kw):
     ManholeInterpreter.runcode(self, *a, **kw)
Example #2
0
File: cli.py Project: 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