Skip to main content

python312_extract_calls

Function python312_extract_calls 

Source
pub fn python312_extract_calls(
    tok_types: &str,
    tok_starts: &str,
    tok_lens: &str,
    out_calls: &str,
    out_call_counts: &str,
    out_kwargs: &str,
    out_kw_counts: &str,
    haystack_len: u32,
) -> Program
Expand description

Extract Python call sites plus top-level keyword arguments.