Sync: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (python type annotations and spacing in PEP484) |
||
Line 4: | Line 4: | ||
==PYMOL API== | ==PYMOL API== | ||
<source lang="python"> | <source lang="python"> | ||
cmd.sync(float | cmd.sync(timeout: float = 1.0, poll: float = 0.05) | ||
</source> | </source> | ||