Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
tag: Update docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesrom committed Jul 7, 2020
1 parent eaaac39 commit f5e3cbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions python/incendium/tag.py
Expand Up @@ -35,8 +35,11 @@ def read(tag_path):


def write(tag_path, value):
"""Writes a value to a tag. Note that this function writes
asynchronously. This means that the function does not wait for the
"""Writes a value to a tag. Note that this function wraps
`system.tag.writeBlocking`. Unlike `system.tag.write` from version
7.9, this function blocks
not
wait for the
write to occur before returning - the write occurs sometime later
on a different thread.
Expand Down

0 comments on commit f5e3cbc

Please sign in to comment.