MCPcopy Create free account
hub / github.com/simplejson/simplejson / __init__

Method __init__

simplejson/raw_json.py:8–9  ·  view source on GitHub ↗
(self, encoded_json)

Source from the content-addressed store, hash-verified

6
7 """
8 def __init__(self, encoded_json):
9 self.encoded_json = encoded_json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected