Exemplo n.º 1
0
 def invoke(self, args, from_tty):
     from heap.query import do_query
     from heap.parser import ParserError
     try:
         do_query(args)
     except ParserError as e:
         print(e)
Exemplo n.º 2
0
 def invoke(self, args, from_tty):
     from heap.query import do_query
     from heap.parser import ParserError
     try:
         do_query(args)
     except ParserError as e:
         print(e)