Example #1
0
 def __init__(self, title, template=None, **kwargs):
     do_init(self, title, template=template, **kwargs)
Example #2
0
 def __init__(self, title=None, **kwargs):
     do_init(self, title, prop=True, **kwargs)