Quit

From PyMOLWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

quit terminates the program.

Changed in PyMOL 1.6: Added return code

Usage

quit [code]

Arguments

  • code = int: Return code {default: 0}

Python API

cmd.quit(code: int)