示例#1
0
文件: fcode.py 项目: tovrstra/sympy
 def _print_not_fortran(self, expr):
     self.not_fortran.add(expr)
     return StrPrinter.emptyPrinter(self, expr)