MCPcopy Create free account
hub / github.com/diffgram/diffgram / serialize_for_trainer

Method serialize_for_trainer

shared/database/task/guide.py:66–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 }
65
66 def serialize_for_trainer(self):
67 return {
68 'name': self.name,
69 'markdown': self.description_markdown,
70 'time_updated': self.time_updated
71 }
72
73 def serialize_for_list_view(self):
74 return {

Calls

no outgoing calls

Tested by

no test coverage detected