Searched refs:get_func_code (Results 1 – 3 of 3) sorted by relevance
278 code = function_utils.get_func_code(silly_example_function)283 code = function_utils.get_func_code(self.testWithClassMethod)289 code = function_utils.get_func_code(callable_instance)295 code = function_utils.get_func_code(anon_fn)301 code = function_utils.get_func_code(partial)306 function_utils.get_func_code(None)
104 def get_func_code(func): function
124 func_code = function_utils.get_func_code(dev_func)