Searched refs:get_func_code (Results 1 – 3 of 3) sorted by relevance
269 code = function_utils.get_func_code(silly_example_function)274 code = function_utils.get_func_code(self.testWithClassMethod)280 code = function_utils.get_func_code(callable_instance)286 code = function_utils.get_func_code(anon_fn)292 code = function_utils.get_func_code(partial)297 function_utils.get_func_code(None)
101 def get_func_code(func): function
89 func_code = function_utils.get_func_code(dev_func)