MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / json

Method json

scratchattach/utils/requests.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 headers: dict[str, str]
52
53 def json(self) -> Any:
54 return json.loads(self.text)
55
56@dataclass
57class HTTPResponse(AnyHTTPResponse):

Callers 15

check_responseMethod · 0.80
check_responseMethod · 0.80
fetchFunction · 0.80
logsMethod · 0.80
updateMethod · 0.80
featured_dataMethod · 0.80
statsMethod · 0.80
ranksMethod · 0.80
ocular_statusMethod · 0.80
is_sharedMethod · 0.80
create_remixMethod · 0.80
raw_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected