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 3b30d08 commit a2b8bedCopy full SHA for a2b8bed
README.md
@@ -370,7 +370,7 @@ FUNCTIONS
370
jvm_started() -> bool
371
Return true iff a Java virtual machine (JVM) has been started.
372
373
- jvm_version() -> str
+ jvm_version() -> tuple[int, ...]
374
Gets the version of the JVM as a tuple, with each dot-separated digit
375
as one element. Characters in the version string beyond only numbers
376
and dots are ignored, in line with the java.version system property.
0 commit comments