MCPcopy
hub / github.com/ali-vilab/dreamtalk / get_cfg_defaults

Function get_cfg_defaults

configs/default.py:89–91  ·  view source on GitHub ↗

Get a yacs CfgNode object with default values for my_project.

()

Source from the content-addressed store, hash-verified

87
88
89def get_cfg_defaults():
90 """Get a yacs CfgNode object with default values for my_project."""
91 return _C.clone()

Callers 4

setup_configFunction · 0.90
generator.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected