This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
powerline
mirror of
https://github.com/powerline/powerline.git
Watch
1
Star
0
Fork
You've already forked powerline
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36b9c966e0
powerline
/
tests
/
test_shells
/
ipython.ok
975 B
Raw
Blame
History
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