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

Method serialize_for_export

shared/database/project.py:623–629  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

621 return labels_out
622
623 def serialize_for_export(self):
624 # Just basic information for now till we review / look at other stats thing here
625
626 return {
627 'name': self.name,
628 'project_string_id': self.project_string_id
629 }
630
631 def gen_initial_dir_list(self):
632

Callers 2

build_video_packetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected