(self)
| 9 | |
| 10 | class Exp(MyExp): |
| 11 | def __init__(self): |
| 12 | super(Exp, self).__init__() |
| 13 | self.depth = 1.0 |
| 14 | self.width = 1.0 |
| 15 | self.exp_name = os.path.split(os.path.realpath(__file__))[1].split(".")[0] |
nothing calls this directly
no outgoing calls
no test coverage detected