1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.. toctree::
:maxdepth: 2
Advanced Notification Originator
--------------------------------
.. include:: /../../examples/hlapi/v3arch/asyncio/agent/ntforg/multiple-traps-at-once.py
:start-after: """
:end-before: """ #
.. literalinclude:: /../../examples/hlapi/v3arch/asyncio/agent/ntforg/multiple-traps-at-once.py
:start-after: """ #
:language: python
:download:`Download</../../examples/hlapi/v3arch/asyncio/agent/ntforg/multiple-traps-at-once.py>` script.
.. include:: /../../examples/hlapi/v3arch/asyncio/agent/ntforg/multiple-informs-at-once.py
:start-after: """
:end-before: """ #
.. literalinclude:: /../../examples/hlapi/v3arch/asyncio/agent/ntforg/multiple-informs-at-once.py
:start-after: """ #
:language: python
:download:`Download</../../examples/hlapi/v3arch/asyncio/agent/ntforg/multiple-informs-at-once.py>` script.
See also: :doc:`library reference </docs/api-reference>`.
|