File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ cdef class Jobs(MultiClusterMap):
185
185
Pending Jobs will be ignored, since they don't have any Stats yet.
186
186
187
187
Returns:
188
- (pyslurm.JobStatistics): The statistics of this job collection.
188
+ (pyslurm.db. JobStatistics): The statistics of this job collection.
189
189
190
190
Raises:
191
191
(pyslurm.RPCError): When retrieving the stats for all the Jobs
@@ -568,7 +568,7 @@ cdef class Job:
568
568
populates the `stats` and `pids` attribute of the instance.
569
569
570
570
Returns:
571
- (pyslurm.JobStatistics): The statistics of the job.
571
+ (pyslurm.db. JobStatistics): The statistics of the job.
572
572
573
573
Raises:
574
574
(pyslurm.RPCError): When receiving the Statistics was not
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ cdef class JobStep:
266
266
instance.
267
267
268
268
Returns:
269
- (pyslurm.JobStepStatistics): The statistics of the Step.
269
+ (pyslurm.db. JobStepStatistics): The statistics of the Step.
270
270
271
271
Raises:
272
272
(pyslurm.RPCError): When retrieving the stats for the Step failed.
You can’t perform that action at this time.
0 commit comments