Set chief_only property, and returns the callback itself.
(self, v=True)
| 209 | self._chief_only = v |
| 210 | |
| 211 | def set_chief_only(self, v=True): |
| 212 | """ |
| 213 | Set chief_only property, and returns the callback itself. |
| 214 | """ |
| 215 | self._chief_only = v |
| 216 | return self |
| 217 | |
| 218 | def __str__(self): |
| 219 | return type(self).__name__ |
no outgoing calls
no test coverage detected