Get Version

From PyMOLWiki
Revision as of 08:17, 11 June 2008 by Inchoate (talk | contribs) (New page: == DESCRIPTION == '''get_version''' returns the version string of the current PyMOL program. == PYMOL API == <source lang="python"> # get the version cmd.get_version() </source> [[Catego...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DESCRIPTION

get_version returns the version string of the current PyMOL program.

PYMOL API

# get the version
cmd.get_version()