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

Method __name__

crates/vm/src/builtins/coroutine.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48
49 #[pygetset]
50 fn __name__(&self) -> PyStrRef {
51 self.inner.name()
52 }
53
54 #[pygetset(setter)]
55 fn set___name__(&self, name: PyStrRef) {

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected