Searched refs:get_function_code (Results 1 – 12 of 12) sorted by relevance
109 return six.get_function_code(func)115 return six.get_function_code(func.__call__)
170 freevars = six.get_function_code(f).co_freevars
53 fc = six.get_function_code(f1)
58 func_code = six.get_function_code(f)
365 assert isinstance(six.get_function_code(f), types.CodeType)367 py.test.raises(AttributeError, six.get_function_code, hasattr)
574 get_function_code = operator.attrgetter(_func_code) variable
587 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
143 .. function:: get_function_code(func)