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

Method options

crates/stdlib/src/openssl.rs:1132–1134  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1130
1131 #[pygetset]
1132 fn options(&self) -> libc::c_ulong {
1133 self.ctx.read().options().bits() as _
1134 }
1135 #[pygetset(setter)]
1136 fn set_options(&self, new_opts: i64, vm: &VirtualMachine) -> PyResult<()> {
1137 if new_opts < 0 {

Callers 1

set_optionsMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected