Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ save_none
Method
save_none
Lib/pickle.py:811–812 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
809
dispatch = {}
810
811
def
save_none(self, obj):
812
self.write(NONE)
813
dispatch[type(None)] = save_none
814
815
def
save_bool(self, obj):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected