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

Method as_interned

crates/vm/src/intern.rs:311–313  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

309impl MaybeInternedString for str {
310 #[inline(always)]
311 fn as_interned(&self) -> Option<&'static PyStrInterned> {
312 None
313 }
314}
315
316impl MaybeInternedString for Wtf8 {

Callers 2

internedMethod · 0.80
as_interned_strMethod · 0.80

Calls 3

is_internedMethod · 0.80
SomeClass · 0.50
as_objectMethod · 0.45

Tested by

no test coverage detected