MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / java_ver

Function java_ver

Lib/platform.py:833–864  ·  view source on GitHub ↗

Version interface for Jython. Returns a tuple (release,vendor,vminfo,osinfo) with vminfo being a tuple (vm_name,vm_release,vm_vendor) and osinfo being a tuple (os_name,os_version,os_arch). Values which cannot be determined are set to the defaults given as p

(release='',vendor='',vminfo=('','',''),osinfo=('','',''))

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

unameFunction · 0.85
platformFunction · 0.85

Calls 1

_java_getpropFunction · 0.85

Tested by

no test coverage detected