Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExampleEncoder
Function · 0.45
service_data_encoder
Function · 0.45
_post_request
Method · 0.45
broadcast
Function · 0.45
_serialize_to_tensor
Function · 0.45
save_configuration
Function · 0.45
_save_index
Function · 0.45
monitor_module_single_forward
Method · 0.45
input_output.py
File · 0.45
update_plugins_file
Method · 0.45
remove_plugins_from_file
Method · 0.45
tracking_and_print_dialog_states
Function · 0.45
Calls
1
dump
Method · 0.45
Tested by
8
monitor_module_single_forward
Method · 0.36
_construct_file
Method · 0.36
test_run_with_direct_file_download
Method · 0.36
tableqa_tracking_and_print_results_with_history
Function · 0.36
tableqa_tracking_and_print_results_without_history
Function · 0.36
tableqa_tracking_and_print_results_with_tableid
Function · 0.36
print_func
Method · 0.36
test_trainer_with_model_name
Method · 0.36