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