Exemplo n.º 1
0
 def list_opts(self):
     """USe the interface module to pretty list the options.
     """
     interface.list_pars(self.session, self.arg_list, banner=self.banner)
Exemplo n.º 2
0
 def list_pars(self):
     """List parameter values."""
     import interface
     interface.list_pars(self)
Exemplo n.º 3
0
 def list_pars(self):
     """List parameter values."""
     import interface
     interface.list_pars(self)
Exemplo n.º 4
0
 def list_opts(self):
     """USe the interface module to pretty list the options.
     """
     interface.list_pars(self.session, self.arg_list, banner=self.banner)