Example #1
0
 def __init__( self, *args, **kwargs ) :
     self.project = args and args[0]
     self.style   = constructstyle( kwargs, defcss=css )
Example #2
0
 def __init__(self, props, nowiki, *args):
     self.nowiki = nowiki
     self.style = constructstyle(props)
     self.title = args and args[0] or 'Footnotes :'
     self.args = args[1:]
Example #3
0
 def __init__(self, *args, **kwargs):
     self.project = args and args[0]
     self.style = constructstyle(kwargs, defcss=css)
Example #4
0
 def __init__( self, props, nowiki, *args ):
     self.nowiki = nowiki
     self.style  = constructstyle( props )
     self.title  = args and args[0] or 'Footnotes :'
     self.args   = args[1:]