示例#1
0
 def visit_Import(self, _):
     return Nop()  # everything is already #included
示例#2
0
 def visit_Delete(self, _):
     return Nop()  # nothing to do in there