Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dfunction_utils.py111 return six.get_function_code(func)
117 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/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/scapy/scapy/modules/
Dsix.py578 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/six/documentation/
Dindex.rst143 .. function:: get_function_code(func)