← All recipes
Moderne licensed

Convert apply('name') to a direct method invocation

Recipe IDorg.openrewrite.python.cleanup.ReplaceApplyWithMethodCallArtifactopenrewrite-static-analysis

When apply() receives a string literal like 'sum' or 'mean', rewrite the call as a direct method invocation on the object.

Single recipeProprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.python.cleanup.ReplaceApplyWithMethodCall

If the recipe isn’t available locally, install it with:

mod config recipes pip install openrewrite-static-analysis