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

vim: color stuff
author Steve Losh <steve@stevelosh.com>
date Wed, 22 Dec 2010 10:39:32 -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()