Searched refs:versioninfo (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/libc/ci/ |
D | rust.css | 69 h1, h2, h3, h4, h5, h6, nav, #versioninfo { 233 #versioninfo { 239 #versioninfo { 252 #versioninfo a.hash {
|
/third_party/python/Lib/ |
D | platform.py | 424 versioninfo = ('', '', '') 430 return release, versioninfo, machine 433 def mac_ver(release='', versioninfo=('', '', ''), machine=''): argument 450 return release, versioninfo, machine
|
/third_party/python/Doc/library/ |
D | platform.rst | 232 .. function:: mac_ver(release='', versioninfo=('','',''), machine='') 234 Get macOS version information and return it as tuple ``(release, versioninfo, 235 machine)`` with *versioninfo* being a tuple ``(version, dev_stage,
|