Class KeywordArguments

java.lang.Object
org.openrewrite.python.marker.KeywordArguments
All Implemented Interfaces:
org.openrewrite.marker.Marker, org.openrewrite.rpc.RpcCodec<KeywordArguments>

public class KeywordArguments extends Object implements org.openrewrite.marker.Marker, org.openrewrite.rpc.RpcCodec<KeywordArguments>
Marks a method argument like **kwargs as a holder of a dictionary of arguments.
  • Constructor Details

    • KeywordArguments

      public KeywordArguments()
  • Method Details