Skip to content

Commit c2d3021

Browse files
committed
Add a typeTypeMap for array([)
1 parent e2f9310 commit c2d3021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java2python/lib/defaultconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
'Vector':'list',
9595
'boolean':'bool',
9696
'char':'str',
97+
'[':'list',
9798
}
9899

99100
## mapping of java type values to python type values. user-defined

0 commit comments

Comments
 (0)