Home
last modified time | relevance | path

Searched refs:create_unbound_method (Results 1 – 10 of 10) sorted by relevance

/external/python/six/
Dsix.py547 def create_unbound_method(func, cls): function
558 def create_unbound_method(func, cls): function
DCHANGES40 - Pull request #64: Add `create_unbound_method` to create unbound methods.
Dtest_six.py491 u = six.create_unbound_method(f, X)
/external/llvm-project/lldb/third_party/Python/module/six/
Dsix.py560 def create_unbound_method(func, cls): function
571 def create_unbound_method(func, cls): function
/external/python/parse_type/tasks/_vendor/
Dsix.py541 def create_unbound_method(func, cls): function
552 def create_unbound_method(func, cls): function
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py541 def create_unbound_method(func, cls): function
552 def create_unbound_method(func, cls): function
/external/python/setuptools/setuptools/_vendor/
Dsix.py541 def create_unbound_method(func, cls): function
552 def create_unbound_method(func, cls): function
/external/scapy/scapy/modules/
Dsix.py551 def create_unbound_method(func, cls): function
562 def create_unbound_method(func, cls): function
/external/python/cpython2/Lib/test/
Dtest_weakref.py35 def create_unbound_method(): function
101 self.check_basic_ref(create_unbound_method)
116 self.check_basic_callback(create_unbound_method)
/external/python/six/documentation/
Dindex.rst237 .. function:: create_unbound_method(func, cls)