This commit is contained in:
2023-04-09 09:56:32 +08:00
parent 6f267f982d
commit dfb3ec2380
18 changed files with 94 additions and 36 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import json
from threading import Lock
from aquery_parser.parser import scrub
from aquery_parser.utils import ansi_string, simple_op, normal_op
from aquery_parser.utils import simple_op, normal_op
import aquery_parser.parser
parse_locker = Lock() # ENSURE ONLY ONE PARSING AT A TIME
common_parser = None
-1
View File
@@ -7,7 +7,6 @@
# Contact: Kyle Lahnakoski (kyle@lahnakoski.com)
# Bill Sun 2022 - 2023
from sre_parse import WHITESPACE
from mo_parsing.helpers import restOfLine
from mo_parsing.infix import delimited_list