(self)
| 117 | raise last_exc |
| 118 | |
| 119 | def __str__(self): |
| 120 | return str(self.chain) |
| 121 | |
| 122 | def add(self, func, priority=0): |
| 123 | """ Add a func to the cmd chain with given priority """ |
nothing calls this directly
no outgoing calls
no test coverage detected