def foo(cls, a, bc): pass cm = classmethod(foo) print cm.__func__ # causes AttributeError in Jython print dir(cm)