Class ImplicitNone

java.lang.Object
org.openrewrite.python.marker.ImplicitNone
All Implemented Interfaces:
org.openrewrite.marker.Marker

public class ImplicitNone extends Object implements org.openrewrite.marker.Marker
In some contexts, the Python `None` literal is optional and can be inferred from empty expressions.
  • Constructor Details

    • ImplicitNone

      public ImplicitNone()