diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-12-08 21:23:03 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-12-08 21:23:03 +0000 |
commit | c1dbcbf2d10cd99864ab0eb44358d9875ba0c0a5 (patch) | |
tree | 8cbca8d9dc814933d2bc59b6623b792b549aac6b /pythonmod/doc/examples/example6.rst | |
parent | 4cb89f2eee3bb358f0491932ab0498b5319f4229 (diff) |
Notes
Diffstat (limited to 'pythonmod/doc/examples/example6.rst')
-rw-r--r-- | pythonmod/doc/examples/example6.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pythonmod/doc/examples/example6.rst b/pythonmod/doc/examples/example6.rst index d294fb8be618..fd6caf74d549 100644 --- a/pythonmod/doc/examples/example6.rst +++ b/pythonmod/doc/examples/example6.rst @@ -60,7 +60,6 @@ The callback function's prototype is the following: :param **kwargs: Dictionary that may contain parameters added in a future release. Current parameters: ``repinfo``: Reply information for a communication point (comm_reply). - It is None when the callback happens in the mesh states. :return: True on success, False on failure. @@ -105,8 +104,6 @@ The callback function's prototype is the following: :param **kwargs: Dictionary that may contain parameters added in a future release. Current parameters: ``repinfo``: Reply information for a communication point (comm_reply). - It is None when the callback happens in the mesh - states(modules). :return: True on success, False on failure. @@ -154,8 +151,6 @@ The callback function's prototype is the following: :param **kwargs: Dictionary that may contain parameters added in a future release. Current parameters: ``repinfo``: Reply information for a communication point (comm_reply). - It is None when the callback happens in the mesh - states(modules). :return: True on success, False on failure. @@ -201,8 +196,6 @@ The callback function's prototype is the following: :param **kwargs: Dictionary that may contain parameters added in a future release. Current parameters: ``repinfo``: Reply information for a communication point (comm_reply). - It is None when the callback happens in the mesh - states(modules). :return: True on success, False on failure. |