##// END OF EJS Templates
fix test
Matthias Bussonnier -
Show More
@@ -3164,6 +3164,7 b' class InteractiveShell(SingletonConfigurable):'
3164 3164
3165 3165 return eval(code_obj, user_ns)
3166 3166
3167 @asyncio.coroutine
3167 3168 def run_code(self, code_obj, result=None, *, async_=False):
3168 3169 """Execute a code object.
3169 3170
General Comments 0
You need to be logged in to leave comments. Login now