Searched refs:PythonMethodsClass (Results 1 – 1 of 1) sorted by relevance
231 static class PythonMethodsClass extends PyObject implements ClassDictInit { class in JythonUtilsTest233 JythonUtils.convertDocAnnotationsForClass(PythonMethodsClass.class, dict); in classDictInit()249 Set<String> methods = JythonUtils.getMethodNames(PythonMethodsClass.class); in testGetPythonMethods()