Searched refs:_signature_get_user_defined_method (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | inspect.py | 1947 def _signature_get_user_defined_method(cls, method_name): function 2534 call = _signature_get_user_defined_method(type(obj), '__call__') 2539 new = _signature_get_user_defined_method(obj, '__new__') 2540 init = _signature_get_user_defined_method(obj, '__init__') 2598 call = _signature_get_user_defined_method(type(obj), '__call__')
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | inspect.py | 1947 def _signature_get_user_defined_method(cls, method_name): function 2534 call = _signature_get_user_defined_method(type(obj), '__call__') 2539 new = _signature_get_user_defined_method(obj, '__new__') 2540 init = _signature_get_user_defined_method(obj, '__init__') 2598 call = _signature_get_user_defined_method(type(obj), '__call__')
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | inspect.py | 1947 def _signature_get_user_defined_method(cls, method_name): function 2534 call = _signature_get_user_defined_method(type(obj), '__call__') 2539 new = _signature_get_user_defined_method(obj, '__new__') 2540 init = _signature_get_user_defined_method(obj, '__init__') 2598 call = _signature_get_user_defined_method(type(obj), '__call__')
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | inspect.py | 1947 def _signature_get_user_defined_method(cls, method_name): function 2534 call = _signature_get_user_defined_method(type(obj), '__call__') 2539 new = _signature_get_user_defined_method(obj, '__new__') 2540 init = _signature_get_user_defined_method(obj, '__init__') 2598 call = _signature_get_user_defined_method(type(obj), '__call__')
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | inspect.py | 1947 def _signature_get_user_defined_method(cls, method_name): function 2534 call = _signature_get_user_defined_method(type(obj), '__call__') 2539 new = _signature_get_user_defined_method(obj, '__new__') 2540 init = _signature_get_user_defined_method(obj, '__init__') 2598 call = _signature_get_user_defined_method(type(obj), '__call__')
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | inspect.py | 1947 def _signature_get_user_defined_method(cls, method_name): function 2534 call = _signature_get_user_defined_method(type(obj), '__call__') 2539 new = _signature_get_user_defined_method(obj, '__new__') 2540 init = _signature_get_user_defined_method(obj, '__init__') 2598 call = _signature_get_user_defined_method(type(obj), '__call__')
|