Difference between revisions of "Get session"

From PyMOLWiki
Jump to navigation Jump to search
(Created page with '= Overview = Returns a dictionary representation the currently loaded PyMOL session. = Usage = <source lang="python"> # get the session as a dictionary cmd.get_session() </sourc…')
(No difference)

Revision as of 12:55, 24 September 2009

Overview

Returns a dictionary representation the currently loaded PyMOL session.

Usage

# get the session as a dictionary
cmd.get_session()