Searched refs:context_module (Results 1 – 2 of 2) sorted by relevance
188 def qualify_jam_action(action_name, context_module): argument198 if ix != -1 and action_name[:ix] == context_module:199 return context_module + '%' + action_name[ix+1:]201 return context_module + '%' + action_name
338 def translate_indirect(properties, context_module): argument344 assert isinstance(context_module, basestring)348 q = qualify_jam_action(p.value[1:], context_module)