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

Method quoting

crates/stdlib/src/csv.rs:104–106  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

102 }
103 #[pygetset]
104 fn quoting(&self) -> isize {
105 self.quoting.into()
106 }
107 #[pygetset]
108 fn escapechar(&self, vm: &VirtualMachine) -> Option<PyRef<PyStr>> {
109 Some(vm.ctx.new_str(format!("{}", self.escapechar? as char)))

Callers 1

to_readerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected