Esempio n. 1
0
File: Module.py Progetto: hiker/stan
 def __init__(self, modStatement=None):
     ProgUnit.__init__(self, modStatement)
Esempio n. 2
0
 def __init__(self, FuncStatement):
     ProgUnit.__init__(self, FuncStatement)
Esempio n. 3
0
 def __init__(self, blockdataStatement):
     ProgUnit.__init__(self, blockdataStatement)
Esempio n. 4
0
 def __init__(self):
     ProgUnit.__init__(self)