sunder/addons/gut/double_templates/function_template.txt
2026-02-19 03:14:22 -05:00

9 lines
270 B
Text

{func_decleration}
if(__gutdbl == null):
return
__gutdbl.spy_on('{method_name}', {param_array})
if(__gutdbl.is_stubbed_to_call_super('{method_name}', {param_array})):
{super_call}
else:
return await __gutdbl.handle_other_stubs('{method_name}', {param_array})