(self)
| 9 | def getDependence(self): |
| 10 | return ['py_ali'] |
| 11 | def getName(self): |
| 12 | return "py_yiso" |
| 13 | def init(self,extend): |
| 14 | self.ali = extend[0] |
| 15 | print("============py_yiso============") |
nothing calls this directly
no outgoing calls
no test coverage detected