(self, *args, **kwargs)
| 131 | return self.vote_return |
| 132 | |
| 133 | def vote_proba(self, *args, **kwargs): |
| 134 | if not self.fitted: |
| 135 | raise NotFittedError |
| 136 | |
| 137 | return self.vote_proba_return |
nothing calls this directly
no outgoing calls
no test coverage detected