public class Kwarg extends Object
A Python keyword argument. These may be passed at the end of the parameter list of PyObject.call()
.
Constructor and Description |
---|
Kwarg(String key,
Object value)
The value will be converted as described at
PyObject.fromJava() . |
public Kwarg(String key, Object value)
The value will be converted as described at PyObject.fromJava()
.