Example #1
0
 def get_tpl_method():
     return m.get_or_init(DummyD, "method", m.TemplateMethod, DummyD)
 def get_tpl_method():
     return m.get_or_init(DummyD, "method", m.TemplateMethod, DummyD)
Example #3
0
 def get_tpl_cls():
     return m.get_or_init(m_test, "ClassTpl", m.TemplateClass)
 def get_tpl_cls():
     return m.get_or_init(m_test, "ClassTpl", m.TemplateClass)