예제 #1
0
def test_get_method_owner_class():
    assert get_method_owner(PaneBase.get_pane_type) is PaneBase
예제 #2
0
def test_get_method_owner_instance():
    div = Div()
    assert get_method_owner(div.update) is div