Searched defs:function_name (Results 1 – 3 of 3) sorted by relevance
140 function_name = function_data[-1] variable
131 function_source_file, function_name = function_data[1].split(':') variable
89 def execute_python_function(module_name, function_name, *args, **kwargs): argument