Searched refs:get_function_code (Results 1 – 14 of 14) sorted by relevance
107 return six.get_function_code(func)113 return six.get_function_code(func.__call__)
350 assert isinstance(six.get_function_code(f), types.CodeType)352 pytest.raises(AttributeError, six.get_function_code, hasattr)
592 get_function_code = operator.attrgetter(_func_code) variable
568 get_function_code = operator.attrgetter(_func_code) variable
578 get_function_code = operator.attrgetter(_func_code) variable
632 get_function_code = operator.attrgetter(_func_code) variable
146 .. function:: get_function_code(func)