`draw_handler_add` and `draw_handler_remove` method of bpy.types.SpaceXXX should be class method not method. However, Python API document does not show the classmethod. This PR fixes the Python API document of them. Pull Request: https://projects.blender.org/blender/blender/pulls/111107