def test_get_method_owner_class(): assert get_method_owner(PaneBase.get_pane_type) is PaneBase
def test_get_method_owner_instance(): div = Div() assert get_method_owner(div.update) is div