示例#1
0
文件: task.py 项目: revoltek/mpip
 def list_opts(self):
     """USe the interface module to pretty list the options.
     """
     interface.list_pars(self.session, self.arg_list, banner=self.banner)
示例#2
0
文件: session.py 项目: revoltek/mpip
 def list_pars(self):
     """List parameter values."""
     import interface
     interface.list_pars(self)
示例#3
0
文件: session.py 项目: revoltek/mpip
 def list_pars(self):
     """List parameter values."""
     import interface
     interface.list_pars(self)
示例#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)