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

Method none

crates/vm/src/vm/context.rs:455–457  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

453
454 #[inline(always)]
455 pub fn none(&self) -> PyObjectRef {
456 self.none.clone().into()
457 }
458
459 #[inline(always)]
460 pub fn not_implemented(&self) -> PyObjectRef {

Callers 15

js_to_pyFunction · 0.80
_servername_callbackFunction · 0.80
_msg_callbackFunction · 0.80
convert_openssl_errorFunction · 0.80
set_verify_error_infoFunction · 0.80
recvmsgMethod · 0.80
_generate_suggestionsFunction · 0.80
resultMethod · 0.80
exceptionMethod · 0.80
_loopMethod · 0.80
_callbacksMethod · 0.80
_resultMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by 1