Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-545418.py
File
recipe-545418.py
recipes/Python/545418_Pickle_Optimizer/recipe-545418.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pickletools
import
genops
2
3
def
optimize(p):
4
'Optimize a pickle string by removing unused PUT opcodes'
Callers
nothing calls this directly
Calls
3
dumps
Function · 0.85
dis
Function · 0.85
optimize
Function · 0.70
Tested by
no test coverage detected