示例#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