Home
last modified time | relevance | path

Searched refs:get_function_code (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dfunction_utils.py107 return six.get_function_code(func)
113 return six.get_function_code(func.__call__)
/aosp_15_r20/external/python/six/
Dtest_six.py350 assert isinstance(six.get_function_code(f), types.CodeType)
352 pytest.raises(AttributeError, six.get_function_code, hasattr)
Dsix.py592 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/external/python/parse_type/tasks/_vendor/
Dsix.py568 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/external/scapy/scapy/modules/
H A Dsix.py578 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/
Dsix.py632 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/
Dsix.py632 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/
Dsix.py592 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/
Dsix.py632 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/
Dsix.py632 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/
Dsix.py592 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/
Dsix.py592 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/
Dsix.py592 get_function_code = operator.attrgetter(_func_code) variable
/aosp_15_r20/external/python/six/documentation/
Dindex.rst146 .. function:: get_function_code(func)