Ejemplo n.º 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)
Ejemplo n.º 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)
Ejemplo n.º 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)
Ejemplo n.º 4
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self.isbase = False
Ejemplo n.º 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()
Ejemplo n.º 6
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self._UU = []
Ejemplo n.º 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()
Ejemplo n.º 8
0
 def __init__(self, * II, ** KII ):
     Box.__init__(self, * II, ** KII )
     self._UU = []
Ejemplo n.º 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)
Ejemplo n.º 10
0
 def __init__(self, *II, **KII):
     Box.__init__(self, *II, **KII)
     self.isbase = False