Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ name
Method
name
crates/vm/src/coroutine.rs:258–260 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
256
}
257
258
pub fn name(&self) -> PyStrRef {
259
self.name.lock().clone()
260
}
261
262
pub fn set_name(&self, name: PyStrRef) {
263
*self.name.lock() = name;
Callers
10
py_err_to_js_err
Function · 0.45
js_err_to_py_err
Function · 0.45
js_to_py
Function · 0.45
write_exception_inner
Method · 0.45
write_syntaxerror
Method · 0.45
serialize
Method · 0.45
slot_new
Method · 0.45
execute_instruction
Method · 0.45
slot_repr
Method · 0.45
try_path_inner
Method · 0.45
Calls
2
clone
Method · 0.45
lock
Method · 0.45
Tested by
no test coverage detected