MCPcopy 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",

Calls 1

get_by_idMethod · 0.45

Tested by

no test coverage detected