Package org.openrewrite.python.marker
Class ImplicitNone
java.lang.Object
org.openrewrite.python.marker.ImplicitNone
- All Implemented Interfaces:
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()
-