vsgen.util.argparse module¶
This module provides the neccessary defintions to extend the argparse module.
-
class
vsgen.util.argparse.DirectoryType[source]¶ Bases:
objectFactory for creating directory object types.
Instances of DirectoryType are typically passed as
typearguments to theadd_argument()method.