Searched refs:get_function_code (Results 1 – 7 of 7) sorted by relevance
339 assert isinstance(six.get_function_code(f), types.CodeType)341 py.test.raises(AttributeError, six.get_function_code, hasattr)
545 get_function_code = operator.attrgetter(_func_code) variable
359 assert isinstance(six.get_function_code(f), types.CodeType)361 py.test.raises(AttributeError, six.get_function_code, hasattr)
568 get_function_code = operator.attrgetter(_func_code) variable
528 get_function_code = operator.attrgetter(_func_code) variable
143 .. function:: get_function_code(func)