(self, money=None, chntext=None)
| 564 | """ |
| 565 | |
| 566 | def __init__(self, money=None, chntext=None): |
| 567 | self.money = money |
| 568 | self.chntext = chntext |
| 569 | |
| 570 | # def chntext2money(self): |
| 571 | # return self.money |
nothing calls this directly
no outgoing calls
no test coverage detected