Home
last modified time | relevance | path

Searched refs:get_method_function (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dfunction_utils.py94 six.get_method_function(func).__name__)
/external/python/six/
Dtest_six.py348 assert six.get_method_function(x.m) is X.__dict__["m"]
349 py.test.raises(AttributeError, six.get_method_function, hasattr)
Dsix.py571 get_method_function = operator.attrgetter(_meth_func) variable
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py565 get_method_function = operator.attrgetter(_meth_func) variable
/external/python/setuptools/setuptools/_vendor/
Dsix.py565 get_method_function = operator.attrgetter(_meth_func) variable
/external/scapy/scapy/modules/
Dsix.py575 get_method_function = operator.attrgetter(_meth_func) variable
/external/python/six/documentation/
Dindex.rst126 .. function:: get_method_function(meth)