tools: Time the parser function.

setup.py
Pierre-Antoine Rouby 2023-10-27 11:53:00 +02:00
parent b79c5b30c0
commit 77f06aaa07
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ class SQL(object):
parser_special_char = ["\"", "\'"] parser_special_char = ["\"", "\'"]
@timer
def parse_command_line(cmd): def parse_command_line(cmd):
"""Parse command line string and return list of string arguments """Parse command line string and return list of string arguments