Convert apply('name') to a direct method invocation
Recipe ID
org.openrewrite.python.cleanup.ReplaceApplyWithMethodCallArtifactopenrewrite-static-analysisWhen 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.ReplaceApplyWithMethodCallIf the recipe isn’t available locally, install it with:
mod config recipes pip install openrewrite-static-analysis