MCPcopy Create free account
hub / github.com/apache/devlake / json

Method json

backend/python/pydevlake/pydevlake/api.py:69–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67
68 @property
69 def json(self):
70 if not hasattr(self, '_json'):
71 self._json = json.loads(self.body)
72 return self._json
73
74 def __str__(self):
75 return f'{self.request}: {self.status}'

Callers 4

collectMethod · 0.80
send_outputFunction · 0.80
make_pipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected