How can I get the 'easing' property by Python Script?

I tried to get the ‘easing’(a property) of a section by the get_editor_property(“easing”), but I found that the class MovieSceneEasingSettins is an empty class without any variables。Are there any methods I can use to get the easing property of a section by Python Script ?