powerline/tests/test_shells/ipython.ok

15 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-08-06 15:18:42 +02:00
 In [2]  bool 42
     2>  bool(42)
 Out[2]  True
2014-08-06 15:18:42 +02:00
 In [3]  bool 44
     3>  bool(44)
 Out[3]  True
2014-08-06 15:18:42 +02:00
 In [4]  class Test(object):
          pass
         
2014-08-06 15:18:42 +02:00
 In [5]  exit