(self, cardinal=None, chntext=None)
| 422 | """ |
| 423 | |
| 424 | def __init__(self, cardinal=None, chntext=None): |
| 425 | self.cardinal = cardinal |
| 426 | self.chntext = chntext |
| 427 | |
| 428 | def chntext2cardinal(self): |
| 429 | return chn2num(self.chntext) |
nothing calls this directly
no outgoing calls
no test coverage detected