Get session

From PyMOLWiki
Revision as of 12:55, 24 September 2009 by Inchoate (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Returns a dictionary representation the currently loaded PyMOL session.

Usage

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