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

Vim shuffle.
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Jan 2011 12:00:39 -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()