[pytango] 469/483: Add missing documentation
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit c1d8eb466887824ab93316b4af7b57710df6a642
Author: coutinho <coutinho at esrf.fr>
Date: Fri Apr 17 12:48:23 2015 +0200
Add missing documentation
---
src/boost/python/server.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/boost/python/server.py b/src/boost/python/server.py
index 4b92413..ad0c1c5 100644
--- a/src/boost/python/server.py
+++ b/src/boost/python/server.py
@@ -564,6 +564,9 @@ class attribute(AttrData):
In this second format, defining the `write` implies setting the
attribute access to READ_WRITE.
+
+ .. versionadded:: 8.1.7
+ added green_mode, read_green_mode and write_green_mode options
'''
def __init__(self, fget=None, **kwargs):
@@ -684,6 +687,9 @@ def command(f=None, dtype_in=None, dformat_in=None, doc_in="",
set green mode on this specific command. Default value is None meaning
use the server green mode. Set it to GreenMode.Synchronous to force
a non green command in a green server.
+
+ .. versionadded:: 8.1.7
+ added green_mode option
"""
if f is None:
return functools.partial(command,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list