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 522a1d0 commit 11d963aCopy full SHA for 11d963a
docs/user/Interoperability.md
@@ -26,10 +26,6 @@ byteArray = myBigInt.toByteArray()
26
assert len(byteArray) == 1 and byteArray[0] == 42
27
```
28
29
-<aside markdown="1">
30
-For plain Python users, the `java` module is only available when running on the JVM distribution.
31
-</aside>
32
-
33
To import packages from the `java` namespace, you can also use the conventional Python import syntax:
34
```python
35
import java.util.ArrayList
0 commit comments