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

Method serialize

shared/database/source_control/file.py:306–312  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

304 File.frame_number.in_(frame_number_list)).all()
305
306 def serialize(self):
307 # Careful this is just basic stuff
308 # Use serialize_with_type() for example
309 return {
310 'id': self.id,
311 'hash': self.hash
312 }
313
314 def serialize_base_file(self):
315

Callers 3

get_signed_urlMethod · 0.45
serialize_with_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected