sO dm_callModule(O moduleOrID, S method, O... args) { O mod = dm_getModule(moduleOrID); if (mod == null) null; temp dm_enter(mod); ret call(mod, method, args); }