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