We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb49ad2 commit e244892Copy full SHA for e244892
src/test/java/org/apposed/appose/DumpApi.java
@@ -945,7 +945,6 @@ static String pythonType(Type type) {
945
if (baseName.equals("PrintWriter") || baseName.equals("BufferedReader") ||
946
baseName.equals("InputStream") || baseName.equals("OutputStream")) return "object";
947
if (baseName.equals("URL") || baseName.equals("URI")) return "str";
948
- if (baseName.equals("ProgressConsumer")) return "Callable[[int, int], None]";
949
950
Optional<NodeList<Type>> typeArgs = classType.getTypeArguments();
951
if (typeArgs.isPresent()) {
0 commit comments