コード例 #1
0
ファイル: test.py プロジェクト: gyllstromk/blargs
 def create():
     p = Parser()
     p.enum('x', ('a', 'b', 'c')).multiple()
     return p