예제 #1
0
파일: Module.py 프로젝트: hiker/stan
 def __init__(self, modStatement=None):
     ProgUnit.__init__(self, modStatement)
예제 #2
0
파일: Function.py 프로젝트: hiker/stan
 def __init__(self, FuncStatement):
     ProgUnit.__init__(self, FuncStatement)
예제 #3
0
파일: Blockdata.py 프로젝트: hiker/stan
 def __init__(self, blockdataStatement):
     ProgUnit.__init__(self, blockdataStatement)
예제 #4
0
파일: Interface.py 프로젝트: hiker/stan
 def __init__(self):
     ProgUnit.__init__(self)