MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / unpickle_game_state

Function unpickle_game_state

example_code/item_107.py:122–123  ·  view source on GitHub ↗
(kwargs)

Source from the content-addressed store, hash-verified

120
121print("Example 11")
122def unpickle_game_state(kwargs):
123 return GameState(**kwargs)
124
125
126print("Example 12")

Callers

nothing calls this directly

Calls 1

GameStateClass · 0.85

Tested by

no test coverage detected