Get Version: Difference between revisions
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...) |
mNo edit summary |
||
Line 8: | Line 8: | ||
</source> | </source> | ||
[[Category:Commands| | [[Category:Commands|Get Version]] |
Revision as of 09:03, 20 June 2009
DESCRIPTION
get_version returns the version string of the current PyMOL program.
PYMOL API
# get the version
cmd.get_version()