예제 #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"
예제 #3
0
    def __init__(self, block_id, **props):

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

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

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

        self.type = "image"
예제 #8
0
파일: sum.py 프로젝트: zubchick/madmodeller
 def __init__(self, k=1):
     Block.__init__(self)
     self.inp = 2
     self._changeInput = self.inp
예제 #9
0
 def __init__(self):
     Block.__init__(self)
     self.changeConstant = 1
     self.inp = 0
     self.inp_signals = [self.changeConstant] # значение по умолчанию
예제 #10
0
 def __init__(self):
     Block.__init__(self)
     self.pure = False
     self.x = []
     self.y = []
     self.out = 0