示例#1
0
文件: test.py 项目: gyllstromk/blargs
 def create():
     p = Parser()
     p.enum('x', ('a', 'b', 'c')).multiple()
     return p