Searched refs:skip_function (Results 1 – 2 of 2) sorted by relevance
155 def skip_function(func_name): function159 result = [x for x in matches if x and not skip_function(x)][:5]
292 def skip_function(name): function361 if skip_function(name) == 1: