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

Method make_name

crates/compiler-core/src/bytecode.rs:359–361  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

357 }
358
359 fn make_name(&self, name: &str) -> <Self::Constant as Constant>::Name {
360 name.to_owned()
361 }
362}
363
364#[derive(Clone)]

Callers 4

deserialize_codeFunction · 0.45
read_marshal_name_tupleFunction · 0.45
map_bagMethod · 0.45
map_clone_bagMethod · 0.45

Calls 1

to_ownedMethod · 0.45

Tested by

no test coverage detected