コード例 #1
0
 def getValue(self, args):
     """ Return the value from the args """
     packages = Arg.getValue(self, args)
     return PackageFactory.buildAll(packages)
コード例 #2
0
ファイル: packages_arg.py プロジェクト: cloew/tidypip
 def getValue(self, args):
     """ Return the value from the args """
     packages = Arg.getValue(self, args)
     return PackageFactory.buildAll(packages)