예제 #1
0
파일: pycode.py 프로젝트: CKehl/pyccel
 def __init__(self, parser=None, settings=None):
     self.assert_contiguous = settings.pop('assert_contiguous', False)
     self.parser = parser
     SympyPythonCodePrinter.__init__(self, settings=settings)
예제 #2
0
파일: Python.py 프로젝트: gharib85/pyrate
 def __init__(self, end=''):
     PythonCodePrinter.__init__(self)
     self.end = end