blob: 86f8c7f19a56fd0baea9e7b64762bd9d90720355 [file] [log] [blame]
class C:
@staticmethod
def baz():
print "hello world"
@staticmethod
def foo():
C.baz()