Function rustpython_ast::fold::fold_stmt_nonlocal
source ยท pub fn fold_stmt_nonlocal<U, F: Fold<U> + ?Sized>(
folder: &mut F,
node: StmtNonlocal<U>,
) -> Result<StmtNonlocal<F::TargetU>, F::Error>
pub fn fold_stmt_nonlocal<U, F: Fold<U> + ?Sized>(
folder: &mut F,
node: StmtNonlocal<U>,
) -> Result<StmtNonlocal<F::TargetU>, F::Error>