Home
last modified time | relevance | path

Searched refs:create_bound_method (Results 1 – 9 of 9) sorted by relevance

/external/python/setuptools/pkg_resources/_vendor/
Dsix.py539 create_bound_method = types.MethodType variable
549 def create_bound_method(func, obj): function
/external/python/six/
Dsix.py545 create_bound_method = types.MethodType variable
555 def create_bound_method(func, obj): function
DCHANGES218 - Add create_bound_method() wrapper.
Dtest_six.py480 b = six.create_bound_method(f, x)
/external/python/setuptools/setuptools/_vendor/
Dsix.py539 create_bound_method = types.MethodType variable
549 def create_bound_method(func, obj): function
/external/scapy/scapy/modules/
Dsix.py549 create_bound_method = types.MethodType variable
559 def create_bound_method(func, obj): function
/external/python/cpython2/Lib/test/
Dtest_weakref.py32 def create_bound_method(): function
100 self.check_basic_ref(create_bound_method)
115 self.check_basic_callback(create_bound_method)
/external/python/cpython3/Lib/test/
Dtest_weakref.py39 def create_bound_method(): function
105 self.check_basic_ref(create_bound_method)
119 self.check_basic_callback(create_bound_method)
/external/python/six/documentation/
Dindex.rst229 .. function:: create_bound_method(func, obj)