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

vim: sadness
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Nov 2010 14:32:21 -0500
parents (none)
children (none)
from scrap import MyClass, testFunction

b = MyClass()

b.myMethod()


c = abcde()

c.myMethod()


d = defgh()

d.myMethod()


e = MyClass()

e.myMethod()