(self)
| 1412 | |
| 1413 | @property |
| 1414 | def capDelta(self): |
| 1415 | return (self.__capRecharge or 0) - (self.__capUsed or 0) |
| 1416 | |
| 1417 | def calculateCapRecharge(self, percent=PEAK_RECHARGE, capacity=None, rechargeRate=None): |
| 1418 | if capacity is None: |
nothing calls this directly
no outgoing calls
no test coverage detected