MCPcopy
hub / github.com/WEIFENG2333/VideoCaptioner / get

Function get

videocaptioner/cli/config.py:228–230  ·  view source on GitHub ↗

Convenience accessor for dotted keys.

(config: dict, key: str, default: Any = None)

Source from the content-addressed store, hash-verified

226
227
228def get(config: dict, key: str, default: Any = None) -> Any:
229 """Convenience accessor for dotted keys."""
230 return _get_nested(config, key, default)
231
232
233def ensure_config_dir() -> Path:

Callers 15

validate_llmFunction · 0.90
validate_whisper_apiFunction · 0.90
validate_transcribeFunction · 0.90
validate_subtitleFunction · 0.90
validate_dubbingFunction · 0.90
runFunction · 0.90
_check_transcribeFunction · 0.90
_check_subtitleFunction · 0.90
_check_dubbingFunction · 0.90
_check_apiFunction · 0.90
_setFunction · 0.90
_getFunction · 0.90

Calls 1

_get_nestedFunction · 0.85

Tested by

no test coverage detected