def filter_input_object(self, action):
if isinstance(action, argparse._VersionAction):
return True
if isinstance(action, argparse._HelpAction):
return True
return False
# TODO: maybe this function should move to be near the opposite in webuipage.POST
评论列表
文章目录