Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Template
Class
Template
crates/vm/src/stdlib/_sre.rs:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
#[pyclass(name =
"SRE_Template"
)]
117
#[derive(Debug, PyPayload)]
118
struct Template {
119
literal: PyObjectRef,
120
items: Vec<(usize, PyObjectRef)>,
121
}
122
123
#[pyclass]
124
impl Template {
Callers
1
sub_impl
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected