diff options
Diffstat (limited to 'utils/classes.html')
| -rw-r--r-- | utils/classes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/classes.html b/utils/classes.html index 15ed5e6..4730048 100644 --- a/utils/classes.html +++ b/utils/classes.html | |||
| @@ -270,9 +270,9 @@ you may explicitly specify None to skip adding the version</li> | |||
| 270 | <code class="descname">send_multipart</code><span class="sig-paren">(</span><em>message</em>, <em>protocol_version</em>, <em>_recipient_id=None</em><span class="sig-paren">)</span><a class="headerlink" href="#eventmq.utils.classes.ZMQSendMixin.send_multipart" title="Permalink to this definition">¶</a></dt> | 270 | <code class="descname">send_multipart</code><span class="sig-paren">(</span><em>message</em>, <em>protocol_version</em>, <em>_recipient_id=None</em><span class="sig-paren">)</span><a class="headerlink" href="#eventmq.utils.classes.ZMQSendMixin.send_multipart" title="Permalink to this definition">¶</a></dt> |
| 271 | <dd><p>Send a message directly to the 0mq socket. Automatically inserts some | 271 | <dd><p>Send a message directly to the 0mq socket. Automatically inserts some |
| 272 | frames for your convience. The sent frame ends up looking something | 272 | frames for your convience. The sent frame ends up looking something |
| 273 | like identity</p> | 273 | like this</p> |
| 274 | <blockquote> | 274 | <blockquote> |
| 275 | <div>(this, ‘’, protocol_version) + (your, tuple)</div></blockquote> | 275 | <div>(_recipient_id, ‘’, protocol_version) + (your, tuple)</div></blockquote> |
| 276 | <table class="docutils field-list" frame="void" rules="none"> | 276 | <table class="docutils field-list" frame="void" rules="none"> |
| 277 | <col class="field-name" /> | 277 | <col class="field-name" /> |
| 278 | <col class="field-body" /> | 278 | <col class="field-body" /> |
| @@ -282,7 +282,7 @@ like identity</p> | |||
| 282 | <li><strong>protocol_version</strong> (<a class="reference external" href="https://docs.python.org/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) – protocol version. it’s good practice but | 282 | <li><strong>protocol_version</strong> (<a class="reference external" href="https://docs.python.org/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) – protocol version. it’s good practice but |
| 283 | you may explicitly specify None to skip adding the version</li> | 283 | you may explicitly specify None to skip adding the version</li> |
| 284 | <li><strong>_recipient_id</strong> (<a class="reference external" href="https://docs.python.org/library/functions.html#object" title="(in Python v2.7)"><em>object</em></a>) – When using a <code class="xref py py-attr docutils literal"><span class="pre">zmq.ROUTER</span></code> you must | 284 | <li><strong>_recipient_id</strong> (<a class="reference external" href="https://docs.python.org/library/functions.html#object" title="(in Python v2.7)"><em>object</em></a>) – When using a <code class="xref py py-attr docutils literal"><span class="pre">zmq.ROUTER</span></code> you must |
| 285 | specify the the recipient id of the</li> | 285 | specify the the recipient id of the remote socket</li> |
| 286 | </ul> | 286 | </ul> |
| 287 | </td> | 287 | </td> |
| 288 | </tr> | 288 | </tr> |