Home
last modified time | relevance | path

Searched refs:PyInt2 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-jep/jep-3.9.1/src/test/java/jep/test/
H A DTestGetJPyObject.java296 private static interface PyInt2 { interface in TestGetJPyObject
327 PyInt2 i2 = interp.getValue("1", PyObject.class).proxy(PyInt2.class); in testProxy()