(self, digit=None, chntext=None)
| 438 | """ |
| 439 | |
| 440 | def __init__(self, digit=None, chntext=None): |
| 441 | self.digit = digit |
| 442 | self.chntext = chntext |
| 443 | |
| 444 | # def chntext2digit(self): |
| 445 | # return chn2num(self.chntext) |
nothing calls this directly
no outgoing calls
no test coverage detected