Returns: (string) status string
(self)
| 41 | self.reason_ = Status.reason_list_[c] |
| 42 | |
| 43 | def GetReasonString(self): |
| 44 | """ |
| 45 | Returns: |
| 46 | (string) status string |
| 47 | """ |
| 48 | return Status.reason_list_[self.c_] |
| 49 | |
| 50 | def GetReasonNumber(self): |
| 51 | """ |
no outgoing calls
no test coverage detected