Ejemplo n.º 1
0
    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"
Ejemplo n.º 3
0
    def __init__(self, block_id, **props):

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

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

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

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