python-fhs
Python module for using the FHS and XDG basedir paths.

◆ module_option()

def fhs.module_option (   modulename,
  name,
  help,
  short = None,
  multiple = False,
  optional = False,
  default = None,
  noarg = None,
  argtype = None,
  options = None,
  option_order = None 
)

Register a commandline option for a module.

This is identical to option(), except it adds the option with the module's name as a prefix and can be retrieved through module_get_config().

Parameters
modulenameName of the module. Other options and return value are identical to those of option().

Definition at line 740 of file fhs.py.

Here is the call graph for this function:
Here is the caller graph for this function: