Searched refs:get_method_function (Results 1 – 14 of 14) sorted by relevance
93 six.get_method_function(func).__name__)
333 assert six.get_method_function(x.m) is X.__dict__["m"]334 pytest.raises(AttributeError, six.get_method_function, hasattr)
589 get_method_function = operator.attrgetter(_meth_func) variable
565 get_method_function = operator.attrgetter(_meth_func) variable
575 get_method_function = operator.attrgetter(_meth_func) variable
629 get_method_function = operator.attrgetter(_meth_func) variable
129 .. function:: get_method_function(meth)