powerline/tests/test_shells/ipython.ok

1.0 KiB


 In [2 bool 42
     2 bool(42)
 Out[2 True
 
 In [3 bool 44
     3 bool(44)
 Out[3 True
 
 In [4 class Test(object):
          pass
         
 
 In [5 exit