Skip to main content

python312_extract_structure

Function python312_extract_structure 

Source
pub fn python312_extract_structure(
    tok_types: &str,
    tok_starts: &str,
    tok_lens: &str,
    out_records: &str,
    out_counts: &str,
    haystack_len: u32,
) -> Program
Expand description

Extract def, async def, and class declarations.