def get_tpl_method(): return m.get_or_init(DummyD, "method", m.TemplateMethod, DummyD)
def get_tpl_cls(): return m.get_or_init(m_test, "ClassTpl", m.TemplateClass)