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