MCPcopy Index your code
hub / github.com/diffgram/diffgram / serialize_for_list_view

Method serialize_for_list_view

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

Source from the content-addressed store, hash-verified

71 }
72
73 def serialize_for_list_view(self):
74 return {
75 'id': self.id,
76 'name': self.name,
77 'description_markdown': self.description_markdown,
78 # For now include markdown because we want to be able to edit
79 # and it doesn't realy seem heavy enough to justify a seperate call yet
80 'time_updated': self.time_updated
81
82 }
83
84 def get_by_id(session, guide_id):
85 if guide_id is None:

Callers 12

job_launch_list_coreFunction · 0.45
job_view_coreFunction · 0.45
guide_view_coreFunction · 0.45
guide_edit_apiFunction · 0.45
guide_new_apiFunction · 0.45
credential_type_edit_apiFunction · 0.45
credential_view_coreFunction · 0.45
new_credential_type_apiFunction · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected