Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dfunction_utils.py109 return six.get_function_code(func)
115 return six.get_function_code(func.__call__)
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py170 freevars = six.get_function_code(f).co_freevars
/external/python/setuptools/setuptools/tests/
Dtest_setuptools.py53 fc = six.get_function_code(f1)
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py58 func_code = six.get_function_code(f)
/external/python/six/
Dtest_six.py365 assert isinstance(six.get_function_code(f), types.CodeType)
367 py.test.raises(AttributeError, six.get_function_code, hasattr)
Dsix.py574 get_function_code = operator.attrgetter(_func_code) variable
/external/llvm-project/lldb/third_party/Python/module/six/
Dsix.py587 get_function_code = operator.attrgetter(_func_code) variable
/external/python/parse_type/tasks/_vendor/
Dsix.py568 get_function_code = operator.attrgetter(_func_code) variable
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py568 get_function_code = operator.attrgetter(_func_code) variable
/external/python/setuptools/setuptools/_vendor/
Dsix.py568 get_function_code = operator.attrgetter(_func_code) variable
/external/scapy/scapy/modules/
Dsix.py578 get_function_code = operator.attrgetter(_func_code) variable
/external/python/six/documentation/
Dindex.rst143 .. function:: get_function_code(func)