container-registry / harbor-api-client

No blank lines allowed after function docstring FLK-D202
Documentation
Minor
a year agoa year old
No blank lines allowed after function docstring
145
146    @start_at.setter
147    def start_at(self, start_at):
148        """Sets the start_at of this WorkerPool.149
150        The start time of the work pool  # noqa: E501
151
No blank lines allowed after function docstring
122
123    @worker_pool_id.setter
124    def worker_pool_id(self, worker_pool_id):
125        """Sets the worker_pool_id of this WorkerPool.126
127        the id of the worker pool  # noqa: E501
128
No blank lines allowed after function docstring
 99
100    @pid.setter
101    def pid(self, pid):
102        """Sets the pid of this WorkerPool.103
104        the process id of jobservice  # noqa: E501
105
No blank lines allowed after function docstring
214
215    @host.setter
216    def host(self, host):
217        """Sets the host of this WorkerPool.218
219        The host of the work pool  # noqa: E501
220
No blank lines allowed after function docstring
191
192    @concurrency.setter
193    def concurrency(self, concurrency):
194        """Sets the concurrency of this WorkerPool.195
196        The concurrency of the work pool  # noqa: E501
197