MCPcopy Index your code
hub / github.com/RustPython/RustPython / specifier_error

Function specifier_error

crates/vm/src/cformat.rs:280–282  ·  view source on GitHub ↗
(vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

278}
279
280fn specifier_error(vm: &VirtualMachine) -> PyBaseExceptionRef {
281 vm.new_type_error("format requires a mapping")
282}
283
284pub(crate) fn cformat_bytes(
285 vm: &VirtualMachine,

Callers 2

cformat_bytesFunction · 0.85
cformat_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected