Sync

From PyMOLWiki
Revision as of 11:21, 25 April 2023 by JarrettJohnson (talk | contribs) (python type annotations and spacing in PEP484)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

sync is an API-only function which waits until all current commands have been executed before returning. A timeout can be used to insure that this command eventually returns.

PYMOL API

cmd.sync(timeout: float = 1.0, poll: float = 0.05)

SEE ALSO

frame