Exemplo n.º 1
0
Arquivo: Module.py Projeto: hiker/stan
 def __init__(self, modStatement=None):
     ProgUnit.__init__(self, modStatement)
Exemplo n.º 2
0
 def __init__(self, FuncStatement):
     ProgUnit.__init__(self, FuncStatement)
Exemplo n.º 3
0
 def __init__(self, blockdataStatement):
     ProgUnit.__init__(self, blockdataStatement)
Exemplo n.º 4
0
 def __init__(self):
     ProgUnit.__init__(self)