7.1.3.1. ArgparseAction¶
Module to implement argparse actions.
-
class
BookBrowser.Common.ArgparseAction.
PathAction
(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)[source]¶ Bases:
argparse.Action
Class to implement argparse action for path.