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

Function pystruct_sequence_data

crates/derive-impl/src/lib.rs:67–69  ·  view source on GitHub ↗
(attr: PunctuatedNestedMeta, item: Item)

Source from the content-addressed store, hash-verified

65}
66
67pub fn pystruct_sequence_data(attr: PunctuatedNestedMeta, item: Item) -> TokenStream {
68 result_to_tokens(pystructseq::impl_pystruct_sequence_data(attr, item))
69}
70
71pub fn py_compile(input: TokenStream, compiler: &dyn Compiler) -> TokenStream {
72 result_to_tokens(compile_bytecode::impl_py_compile(input, compiler))

Callers

nothing calls this directly

Calls 2

result_to_tokensFunction · 0.85

Tested by

no test coverage detected