class AClass(object): def astatic(): print 'a static method' astatic = staticmethod(astatic)anInstance = AClass()AClass.astatic() anInstance.astatic()
Name (required)
email (will not be published) (required)
Website