| Modifier and Type | Method and Description | 
|---|---|
| static PyLib.CallableKind | PyLib.CallableKind. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PyLib.CallableKind[] | PyLib.CallableKind. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | PyObject. createProxy(PyLib.CallableKind callableKind,
           Class<?>... types)Create a Java proxy instance of this Python object (or module) which contains compatible methods
 (or functions) to the ones provided in the interfaces given by all the  typeparameters. | 
Copyright © 2014–2022 Brockmann Consult GmbH. All rights reserved.