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

Method class

crates/vm/src/builtins/str.rs:322–324  ·  view source on GitHub ↗
(ctx: &Context)

Source from the content-addressed store, hash-verified

320
321impl PyPayload for PyStrIterator {
322 fn class(ctx: &Context) -> &'static Py<PyType> {
323 ctx.types.str_iterator_type
324 }
325}
326
327#[pyclass(flags(DISALLOW_INSTANTIATION), with(IterNext, Iterable))]

Callers 8

slot_newMethod · 0.45
repeatMethod · 0.45
__format__Method · 0.45
joinMethod · 0.45
__str__Method · 0.45
try_to_boolMethod · 0.45
slot_newMethod · 0.45
get_jit_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected