File: ipython.ok

package info (click to toggle)
powerline 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,884 kB
  • sloc: python: 23,040; sh: 1,783; ansic: 131; makefile: 70; csh: 51
file content (14 lines) | stat: -rw-r--r-- 975 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

 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