mirror of https://gitlab.com/pamhyr/pamhyr2
tools: Time the parser function.
parent
b79c5b30c0
commit
77f06aaa07
|
|
@ -350,6 +350,7 @@ class SQL(object):
|
|||
parser_special_char = ["\"", "\'"]
|
||||
|
||||
|
||||
@timer
|
||||
def parse_command_line(cmd):
|
||||
"""Parse command line string and return list of string arguments
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue