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

fish: add some short aliases
author Steve Losh <steve@stevelosh.com>
date Fri, 14 Jan 2011 10:23:25 -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()