(self, telephone=None, raw_chntext=None, chntext=None)
| 454 | """ |
| 455 | |
| 456 | def __init__(self, telephone=None, raw_chntext=None, chntext=None): |
| 457 | self.telephone = telephone |
| 458 | self.raw_chntext = raw_chntext |
| 459 | self.chntext = chntext |
| 460 | |
| 461 | # def chntext2telephone(self): |
| 462 | # sil_parts = self.raw_chntext.split('<SIL>') |
nothing calls this directly
no outgoing calls
no test coverage detected