Get session: Difference between revisions

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 edit summary
Line 1: Line 1:
= Overview =
 
Returns a dictionary representation the currently loaded PyMOL session.
Returns a dictionary representation the currently loaded PyMOL session.



Revision as of 13:37, 17 November 2009

Returns a dictionary representation the currently loaded PyMOL session.

Usage

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