MCPcopy Index your code
hub / github.com/RustPython/RustPython / save_none

Method save_none

Lib/pickle.py:795–796  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

793 dispatch = {}
794
795 def save_none(self, obj):
796 self.write(NONE)
797 dispatch[type(None)] = save_none
798
799 def save_bool(self, obj):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected