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…')
 
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 14:37, 17 November 2009

Returns a dictionary representation the currently loaded PyMOL session.

Usage

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