(self, item)
| 1133 | return item in self._recalculate() |
| 1134 | |
| 1135 | def append(self, item): |
| 1136 | self._path.append(item) |
| 1137 | |
| 1138 | |
| 1139 | # For backwards-compatibility for anyone desperate enough to get at the class back in the day. |
no outgoing calls
no test coverage detected