powerline/tests/test_shells/outputs/ipython.ok

15 lines
975 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

 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