Home
last modified time | relevance | path

Searched refs:get_unbound_function (Results 1 – 8 of 8) sorted by relevance

/external/python/setuptools/pkg_resources/_vendor/
Dsix.py536 def get_unbound_function(unbound): function
546 def get_unbound_function(unbound): function
561 _add_doc(get_unbound_function,
/external/python/six/
Dsix.py542 def get_unbound_function(unbound): function
552 def get_unbound_function(unbound): function
567 _add_doc(get_unbound_function,
Dtest_six.py331 assert six.get_unbound_function(X.m) is X.__dict__["m"]
/external/python/setuptools/setuptools/_vendor/
Dsix.py536 def get_unbound_function(unbound): function
546 def get_unbound_function(unbound): function
561 _add_doc(get_unbound_function,
/external/scapy/scapy/modules/
Dsix.py546 def get_unbound_function(unbound): function
556 def get_unbound_function(unbound): function
571 _add_doc(get_unbound_function,
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py193 f = six.get_unbound_function(f)
/external/python/six/documentation/
Dindex.rst112 .. function:: get_unbound_function(meth)
118 from six import get_unbound_function
123 method_function = get_unbound_function(X.method)
/external/tensorflow/tensorflow/python/eager/
Dfunction.py2051 wrapped_fn = six.get_unbound_function(wrapped_fn)
2084 wrapped_fn = six.get_unbound_function(wrapped_fn)