Replace Event.isSet() with Event.is_set()
Recipe ID
org.openrewrite.python.migrate.ReplaceEventIsSetArtifactopenrewrite-migrate-pythonReplace isSet() method calls with is_set(). The camelCase version was deprecated in Python 3.10 and removed in 3.12.
Single recipepythonmigrationthreading3.123.10Proprietary
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.migrate.ReplaceEventIsSetIf the recipe isn’t available locally, install it with:
mod config recipes pip install openrewrite-migrate-python