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

Method get_dialect

crates/stdlib/src/csv.rs:1076–1078  ·  view source on GitHub ↗
(&self, _vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1074 impl Writer {
1075 #[pygetset(name = "dialect")]
1076 const fn get_dialect(&self, _vm: &VirtualMachine) -> PyDialect {
1077 self.dialect
1078 }
1079 #[pymethod]
1080 fn writerow(&self, row: PyObjectRef, vm: &VirtualMachine) -> PyResult {
1081 let mut state = self.state.lock();

Callers 5

test_registryMethod · 0.80
test_register_kwargsMethod · 0.80
test_copyMethod · 0.80
test_pickleMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_registryMethod · 0.64
test_register_kwargsMethod · 0.64
test_copyMethod · 0.64
test_pickleMethod · 0.64