Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dfunction_utils.py107 return six.get_function_code(func)
113 return six.get_function_code(func.__call__)
/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/python/parse_type/tasks/_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)