Searched refs:get_function_code (Results 1 – 9 of 9) sorted by relevance
106 return six.get_function_code(func)112 return six.get_function_code(func.__call__)
101 freevars = six.get_function_code(f).co_freevars
53 fc = six.get_function_code(f1)
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
568 get_function_code = operator.attrgetter(_func_code) variable
578 get_function_code = operator.attrgetter(_func_code) variable
143 .. function:: get_function_code(func)