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