Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
print(
"Example 11"
)
122
def
unpickle_game_state(kwargs):
123
return
GameState(**kwargs)
124
125
126
print(
"Example 12"
)
Callers
nothing calls this directly
Calls
1
GameState
Class · 0.85
Tested by
no test coverage detected