summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/v3arch/asyncio/ntforg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/v3arch/asyncio/ntforg.py')
-rw-r--r--pysnmp/hlapi/v3arch/asyncio/ntforg.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pysnmp/hlapi/v3arch/asyncio/ntforg.py b/pysnmp/hlapi/v3arch/asyncio/ntforg.py
index afc9875e..72efbfec 100644
--- a/pysnmp/hlapi/v3arch/asyncio/ntforg.py
+++ b/pysnmp/hlapi/v3arch/asyncio/ntforg.py
@@ -107,13 +107,6 @@ def sendNotification(snmpEngine, authData, transportTarget, contextData,
Or its derivative indicating that an error occurred while
performing SNMP operation.
- Notes
- -----
- The `sendNotification` generator will be exhausted immediately unless
- an instance of :py:class:`~pysnmp.smi.rfc1902.NotificationType` class
- or a sequence of :py:class:`~pysnmp.smi.rfc1902.ObjectType` `varBinds`
- are send back into running generator (supported since Python 2.6).
-
Examples
--------
>>> import asyncio