public class CythonObjectConstructor extends PythonObjectConstructor
| Constructor and Description |
|---|
CythonObjectConstructor(String module,
String name,
Class<? extends CythonObject> clazz) |
| Modifier and Type | Method and Description |
|---|---|
CythonObject |
construct(Object[] args) |
CythonObject |
newObject() |
getClazz, getModule, getName, reconstructpublic CythonObjectConstructor(String module, String name, Class<? extends CythonObject> clazz)
public CythonObject newObject()
newObject in class PythonObjectConstructorpublic CythonObject construct(Object[] args)
construct in interface net.razorvine.pickle.IObjectConstructorconstruct in class PythonObjectConstructorCopyright © 2024. All rights reserved.