Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dtest_six.py339 assert isinstance(six.get_function_code(f), types.CodeType)
341 py.test.raises(AttributeError, six.get_function_code, hasattr)
Dsix.py545 get_function_code = operator.attrgetter(_func_code) variable
/external/chromium-trace/catapult/third_party/six/
Dtest_six.py359 assert isinstance(six.get_function_code(f), types.CodeType)
361 py.test.raises(AttributeError, six.get_function_code, hasattr)
Dsix.py568 get_function_code = operator.attrgetter(_func_code) variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py528 get_function_code = operator.attrgetter(_func_code) variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/
Dindex.rst143 .. function:: get_function_code(func)
/external/chromium-trace/catapult/third_party/six/documentation/
Dindex.rst143 .. function:: get_function_code(func)