def _split_lines(self, text, width):
if fun_check(text):
return [l for l in text.splitlines(True) if not fun_comment(l)]
return [
l for l in argparse.HelpFormatter._split_lines(self, text, width)
if not fun_comment(l)]
评论列表
文章目录