MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / name

Method name

src/argparse.rs:40–42  ·  view source on GitHub ↗

Name, with leading `r#` stripped.

(&self)

Source from the content-addressed store, hash-verified

38impl<'a> ParamDescription<'a> {
39 /// Name, with leading `r#` stripped.
40 pub fn name(&self) -> &str {
41 crate::strip_raw!(self.name)
42 }
43}
44
45/// Parse argument list

Callers 1

parse_argsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected