MCPcopy Create free account
hub / github.com/Tencent/digitalhuman / get_file

Method get_file

SWF/src/base.py:210–211  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

208 self.records[_name][k] = []
209
210 def get_file(self, idx):
211 return f'{self.prefix}_{idx}.json'
212
213 def write_file(self,
214 idx,

Callers 1

write_fileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected