Skip to content

Commit

Permalink
deploy: 3cbbede
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Dec 4, 2024
1 parent a26b3dc commit 77a99fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions daq/jobs/remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="enrgdaq.daq.jobs.remote.DAQJobMessageStatsRemote"><code class="flex name class">
<span>class <span class="ident">DAQJobMessageStatsRemote</span></span>
<span>(</span><span>stats: collections.defaultdict[str, <a title="enrgdaq.daq.jobs.remote.SupervisorRemoteStats" href="#enrgdaq.daq.jobs.remote.SupervisorRemoteStats">SupervisorRemoteStats</a>],<br>*,<br>id: str | None = &lt;factory&gt;,<br>timestamp: datetime.datetime | None = &lt;factory&gt;,<br>is_remote: bool = False,<br>daq_job_info: <a title="enrgdaq.daq.models.DAQJobInfo" href="../models.html#enrgdaq.daq.models.DAQJobInfo">DAQJobInfo</a> | None = None,<br>remote_config: <a title="enrgdaq.daq.models.DAQRemoteConfig" href="../models.html#enrgdaq.daq.models.DAQRemoteConfig">DAQRemoteConfig</a> = &lt;factory&gt;)</span>
<span>(</span><span>stats: dict[str, <a title="enrgdaq.daq.jobs.remote.SupervisorRemoteStats" href="#enrgdaq.daq.jobs.remote.SupervisorRemoteStats">SupervisorRemoteStats</a>],<br>*,<br>id: str | None = &lt;factory&gt;,<br>timestamp: datetime.datetime | None = &lt;factory&gt;,<br>is_remote: bool = False,<br>daq_job_info: <a title="enrgdaq.daq.models.DAQJobInfo" href="../models.html#enrgdaq.daq.models.DAQJobInfo">DAQJobInfo</a> | None = None,<br>remote_config: <a title="enrgdaq.daq.models.DAQRemoteConfig" href="../models.html#enrgdaq.daq.models.DAQRemoteConfig">DAQRemoteConfig</a> = &lt;factory&gt;)</span>
</code></dt>
<dd>
<div class="desc"><p>Message class containing remote statistics.</p></div>
Expand All @@ -58,7 +58,7 @@ <h3>Ancestors</h3>
</ul>
<h3>Instance variables</h3>
<dl>
<dt id="enrgdaq.daq.jobs.remote.DAQJobMessageStatsRemote.stats"><code class="name">var <span class="ident">stats</span>collections.defaultdict[str, <a title="enrgdaq.daq.jobs.remote.SupervisorRemoteStats" href="#enrgdaq.daq.jobs.remote.SupervisorRemoteStats">SupervisorRemoteStats</a>]</code></dt>
<dt id="enrgdaq.daq.jobs.remote.DAQJobMessageStatsRemote.stats"><code class="name">var <span class="ident">stats</span>dict[str, <a title="enrgdaq.daq.jobs.remote.SupervisorRemoteStats" href="#enrgdaq.daq.jobs.remote.SupervisorRemoteStats">SupervisorRemoteStats</a>]</code></dt>
<dd>
<div class="desc"></div>
</dd>
Expand Down Expand Up @@ -319,7 +319,7 @@ <h2 id="attributes">Attributes</h2>
return res

def _send_remote_stats_message(self):
self._put_message_out(DAQJobMessageStatsRemote(self._remote_stats))
self._put_message_out(DAQJobMessageStatsRemote(dict(self._remote_stats)))

def __del__(self):
&#34;&#34;&#34;
Expand Down

0 comments on commit 77a99fe

Please sign in to comment.