Package com.chaquo.python
Class Kwarg
- java.lang.Object
-
- com.chaquo.python.Kwarg
-
public class Kwarg extends Object
A Python keyword argument. These may be passed at the end of the parameter list ofPyObject.call()
.
-
-
Constructor Summary
Constructors Constructor Description Kwarg(String key, Object value)
The value will be converted as described atPyObject.fromJava()
.
-
-
-
Constructor Detail
-
Kwarg
public Kwarg(@NotNull String key, Object value)
The value will be converted as described atPyObject.fromJava()
.
-
-