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

vim: The Great Vimfiles Cleanup of January 2011
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Feb 2011 15:21:47 -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()