vim/sadness/bike/ide-integration/test/scrap.py @ 1cb4a1729a46

vim: add important enterprise robustness
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Feb 2011 15:08:43 -0500
parents cfd5d659d737
children (none)
class MyClass:
    def myMethod(self, foo):
        pass

a = MyClass()

a.myMethod()


class AnotherClass:
    def myMethod(self,foo):
        pass

def testFunction():
    print "hello"


print "hello"