Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ parent
Method
parent
shared/database/task/task.py:72–73 ·
view source on GitHub ↗
(self, session)
Source
from the content-addressed store, hash-verified
70
parent_id = Column(Integer, ForeignKey(
'task.id'
))
71
72
def
parent(self, session):
73
return
Task.get_by_id(session, self.parent_id)
74
75
""
"
76
parent = relationship(
"Task"
,
Callers
3
08_video_annotation_tools.cy.js
File · 0.45
06_instance_drawing.cy.js
File · 0.45
02_task_submit_to_review.cy.js
File · 0.45
Calls
1
get_by_id
Method · 0.45
Tested by
no test coverage detected