Package org.openrewrite.python.marker
Class KeywordArguments
java.lang.Object
org.openrewrite.python.marker.KeywordArguments
- All Implemented Interfaces:
org.openrewrite.marker.Marker
Marks a method argument like
**kwargs
as a holder of a dictionary of arguments.-
Constructor Details
-
KeywordArguments
public KeywordArguments()
-