Debug status :param value: The debug status, True or False. :type: bool
(self)
| 323 | |
| 324 | @property |
| 325 | def debug(self): |
| 326 | """Debug status |
| 327 | |
| 328 | :param value: The debug status, True or False. |
| 329 | :type: bool |
| 330 | """ |
| 331 | return self.__debug |
| 332 | |
| 333 | @debug.setter |
| 334 | def debug(self, value): |
no outgoing calls
no test coverage detected