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

zsh: add djangotests alias
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Feb 2011 19:11:48 -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()