예제 #1
0
파일: backend.py 프로젝트: hmaarrfk/pythran
 def visit_Import(self, _):
     return Nop()  # everything is already #included
예제 #2
0
파일: backend.py 프로젝트: hmaarrfk/pythran
 def visit_Delete(self, _):
     return Nop()  # nothing to do in there