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

vim: I cannot type
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Feb 2011 10:57:24 -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()