Get Version: Difference between revisions

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 edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== DESCRIPTION ==
 
'''get_version''' returns the version string of the current PyMOL program.
'''get_version''' returns the version string of the current PyMOL program.


Line 8: Line 8:
</source>
</source>


[[Category:Commands|get_version]]
[[Category:Commands|Get Version]]

Latest revision as of 13:36, 17 November 2009

get_version returns the version string of the current PyMOL program.

PYMOL API

# get the version
cmd.get_version()