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