Difference between revisions of "Get Version"

From PyMOLWiki
Jump to navigation Jump to search
(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...)
(No difference)

Revision as of 08:17, 11 June 2008

DESCRIPTION

get_version returns the version string of the current PyMOL program.

PYMOL API

# get the version
cmd.get_version()