vim/sadness/bike/ide-integration/test/scrap.py @ 35f595330c7b

tmux: my god, its full of mappings
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Dec 2010 11:51:39 -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"