calling_staticmethod_on_instance

Run Settings
LanguagePython
Language Version
Run Command
# coding: utf-8 class Test(object): @staticmethod def test1(a): print a @staticmethod def test2(*args): print args a = Test() a.test1(1) a.test2(2)
Editor Settings
Theme
Key bindings
Full width
Lines