コード例 #1
0
 def __init__(self, *, help):
     """ Initialize the Arg """
     Arg.__init__(self, 'packages', action='store', nargs='+', help=help)
コード例 #2
0
ファイル: packages_arg.py プロジェクト: cloew/tidypip
 def __init__(self, *, help):
     """ Initialize the Arg """
     Arg.__init__(self, 'packages', action='store', nargs='+', help=help)