Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/simplejson/simplejson
/ __reduce__
Method
__reduce__
simplejson/errors.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
self.endlineno, self.endcolno = None, None
51
52
def
__reduce__(self):
53
return
self.__class__, (self.msg, self.doc, self.pos, self.end)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected