Searched refs:create_unbound_method (Results 1 – 10 of 10) sorted by relevance
| /external/python/six/ |
| D | six.py | 547 def create_unbound_method(func, cls): function 558 def create_unbound_method(func, cls): function
|
| D | CHANGES | 40 - Pull request #64: Add `create_unbound_method` to create unbound methods.
|
| D | test_six.py | 491 u = six.create_unbound_method(f, X)
|
| /external/llvm-project/lldb/third_party/Python/module/six/ |
| D | six.py | 560 def create_unbound_method(func, cls): function 571 def create_unbound_method(func, cls): function
|
| /external/python/parse_type/tasks/_vendor/ |
| D | six.py | 541 def create_unbound_method(func, cls): function 552 def create_unbound_method(func, cls): function
|
| /external/python/setuptools/pkg_resources/_vendor/ |
| D | six.py | 541 def create_unbound_method(func, cls): function 552 def create_unbound_method(func, cls): function
|
| /external/python/setuptools/setuptools/_vendor/ |
| D | six.py | 541 def create_unbound_method(func, cls): function 552 def create_unbound_method(func, cls): function
|
| /external/scapy/scapy/modules/ |
| D | six.py | 551 def create_unbound_method(func, cls): function 562 def create_unbound_method(func, cls): function
|
| /external/python/cpython2/Lib/test/ |
| D | test_weakref.py | 35 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/ |
| D | index.rst | 237 .. function:: create_unbound_method(func, cls)
|