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

vim: symlink sparkup so it works for htmldjango
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Nov 2010 09:56:23 -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()