Searched refs:get_function_def (Results 1 – 2 of 2) sorted by relevance
115 function_def = context.get_function_def(concrete.name)127 _ = context.get_function_def('this_should_not_be_found')
1293 def get_function_def(self, name): member in Context2699 def get_function_def(name): function2700 return context().get_function_def(name)