示例#1
0
 def action_list():
     Player(anon_string(), [])
示例#2
0
 def action():
     Player("", anon_upid())
示例#3
0
 def action_int():
     Player(anon_string(), 42)
示例#4
0
 def action_set():
     Player(anon_string(), set())
示例#5
0
 def action_none():
     Player(anon_string(), None)
示例#6
0
 def action_list():
     Player([], anon_upid())
示例#7
0
 def action_set():
     Player(set(), anon_upid())
示例#8
0
 def action_int():
     Player(42, anon_upid())
示例#9
0
 def action_none():
     Player(None, anon_upid())