MCPcopy
hub / github.com/programthink/zhao / _raise_err

Function _raise_err

bin/make.py:12–13  ·  view source on GitHub ↗
(format, *args)

Source from the content-addressed store, hash-verified

10
11
12def _raise_err(format, *args) :
13 raise ValueError(format % args)
14
15
16def _load_yaml(yaml_file) :

Callers 6

initMethod · 0.85
initMethod · 0.85
__init__Method · 0.85
initMethod · 0.85
__init__Method · 0.85
doMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected