MCPcopy Create free account
hub / github.com/modelscope/modelscope / dumps

Method dumps

modelscope/fileio/format/yaml.py:23–25  ·  view source on GitHub ↗
(self, obj, **kwargs)

Source from the content-addressed store, hash-verified

21 yaml.dump(obj, file, **kwargs)
22
23 def dumps(self, obj, **kwargs):
24 kwargs.setdefault('Dumper', Dumper)
25 return yaml.dump(obj, **kwargs)

Callers 15

ExampleEncoderFunction · 0.45
service_data_encoderFunction · 0.45
_post_requestMethod · 0.45
broadcastFunction · 0.45
_serialize_to_tensorFunction · 0.45
save_configurationFunction · 0.45
_save_indexFunction · 0.45
input_output.pyFile · 0.45
update_plugins_fileMethod · 0.45

Calls 1

dumpMethod · 0.45