Exemple #1
0
 def call(self, vm, arg):
     from parse import Parser, ParseError
     return Parser.parse_line(vm, arg)