This is a read-only mirror of pymolwiki.org

Speleo3/test3

From PyMOL Wiki
Revision as of 03:55, 28 March 2014 by Bell (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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'