def __init__(self, block_id, **props):

        Block.__init__(self, block_id, **props)

        self.type = "snippet"
    def __init__(self, block_id, **props):

        Block.__init__(self, block_id, **props)

        self.type = "ext_content"
Esempio n. 3
0
    def __init__(self, block_id, **props):

        Block.__init__(self, block_id, **props)

        self.type = "rssfeed"
Esempio n. 4
0
 def __init__(self, out=2):
     Block.__init__(self)
     self._changeOut = out
Esempio n. 5
0
 def __init__(self, k=1):
     Block.__init__(self)
     self.changek = k
Esempio n. 6
0
 def __init__(self, k=1):
     Block.__init__(self)
Esempio n. 7
0
    def __init__(self, block_id, **props):

        Block.__init__(self, block_id, **props)

        self.type = "image"
Esempio n. 8
0
 def __init__(self, k=1):
     Block.__init__(self)
     self.inp = 2
     self._changeInput = self.inp
Esempio n. 9
0
 def __init__(self):
     Block.__init__(self)
     self.changeConstant = 1
     self.inp = 0
     self.inp_signals = [self.changeConstant] # значение по умолчанию
Esempio n. 10
0
 def __init__(self):
     Block.__init__(self)
     self.pure = False
     self.x = []
     self.y = []
     self.out = 0