MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / save_none

Method save_none

tools/python-3.11.9-amd64/Lib/pickle.py:740–741  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

738 dispatch = {}
739
740 def save_none(self, obj):
741 self.write(NONE)
742 dispatch[type(None)] = save_none
743
744 def save_bool(self, obj):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected