File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,11 @@ cdef class Reservation:
7070 Args:
7171 name (str, optional=None):
7272 Name for a Reservation.
73-
74- !!! note
75-
76- All Attributes of a Reservation, except for `name` and `cpus_by_node`,
77- are eligible to be updated. Although the `name` attribute can be
78- changed on the instance, the change will not be taken into account by
79- `slurmctld` when calling `modify()`.
73+ **kwargs (Any, optional=None):
74+ All Attributes of a Reservation are eligible to be set, except
75+ `cpus_by_node`. Although the `name` attribute can also be changed
76+ on the instance, the change will not be taken into account by
77+ `slurmctld` when calling `modify()`.
8078
8179 Attributes:
8280 accounts (list[str]):
@@ -114,7 +112,7 @@ cdef class Reservation:
114112 How long, in minutes, the reservation runs for.
115113 is_active (bool):
116114 Whether the reservation is currently active or not.
117- tres (dict[str, int])
115+ tres (dict[str, int]):
118116 TRES for the Reservation.
119117 users (list[str]):
120118 List of user names permitted to use the Reservation.
You can’t perform that action at this time.
0 commit comments