コード例 #1
0
ファイル: builtin_trap.py プロジェクト: omazapa/ipython-zmq
 def shell(self):
     return Component.get_instances(root=self.root, klass="IPython.core.iplib.InteractiveShell")[0]
コード例 #2
0
 def shell(self):
     return Component.get_instances(
         root=self.root, klass='IPython.core.iplib.InteractiveShell')[0]