Speleo3/test3

From PyMOLWiki
Revision as of 13:42, 2 March 2013 by Speleo3 (talk | contribs) (test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
Type Python Module
Download
Author(s) Thomas Holder
License BSD-2-Clause

Test with empty filename and valid script.

from pymol import cmd

@cmd.extend
def foobar():
    print 'Foo Bar'