vim/sadness/bike/ide-integration/test/scrap2.py @ a95ae82a1156

zsh: rearrange .zshrc
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Dec 2010 11:14:11 -0500
parents cfd5d659d737
children (none)
from scrap import MyClass, testFunction

b = MyClass()

b.myMethod()


c = abcde()

c.myMethod()


d = defgh()

d.myMethod()


e = MyClass()

e.myMethod()