Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
collect
Method · 0.80
send_output
Function · 0.80
make_pipeline
Method · 0.80
qdev-full-flow.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected