Beispiel #1
0
    def __init__(self, *II, **KII):
        Box.__init__(self, *II, **KII)

        self.block_projections = {}
        self.text_projections = {}

        self._block_default = self._cast_default(Blockstyle)
        self._text_default = self._cast_default(Textstyle)
Beispiel #2
0
    def __init__(self, *II, **KII):
        Box.__init__(self, *II, **KII)

        self.block_projections = {}
        self.text_projections = {}

        self._block_default = self._cast_default(Blockstyle)
        self._text_default = self._cast_default(Textstyle)
Beispiel #3
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self.content.sort(key=lambda k: k["name"])
     self._dblibrary = self._TSTYLES_D
     self._dblibrary.set_funcs(self)
Beispiel #4
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self.isbase = False
Beispiel #5
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     if 'grid' not in self.attrs:
         self.attrs['grid'] = self['grid']
     self._sorted_pages = Sorted_pages()
Beispiel #6
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self._UU = []
Beispiel #7
0
 def __init__(self, * II, ** KII ):
     Box.__init__(self, * II, ** KII )
     if 'grid' not in self.attrs:
         self.attrs['grid'] = self['grid']
     self._sorted_pages = Sorted_pages()
Beispiel #8
0
 def __init__(self, * II, ** KII ):
     Box.__init__(self, * II, ** KII )
     self._UU = []
Beispiel #9
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self.content.sort(key=lambda k: k['name'])
     self._dblibrary = self._TSTYLES_D
     self._dblibrary.set_funcs(self)
Beispiel #10
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self.isbase = False