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

Lots.
author Steve Losh <steve@stevelosh.com>
date Tue, 11 Jan 2011 09:24:35 -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()