Package org.openrewrite.python.marker
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrpcReceive(KeywordArguments before, org.openrewrite.rpc.RpcReceiveQueue q) voidrpcSend(KeywordArguments after, org.openrewrite.rpc.RpcSendQueue q) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.marker.Marker
getId, print, withId
-
Constructor Details
-
KeywordArguments
public KeywordArguments()
-
-
Method Details
-
rpcSend
- Specified by:
rpcSendin interfaceorg.openrewrite.rpc.RpcCodec<KeywordArguments>
-
rpcReceive
- Specified by:
rpcReceivein interfaceorg.openrewrite.rpc.RpcCodec<KeywordArguments>
-