Tell us that the current instance is only a partial one (an island). Return Value: Always True
(self)
| 258 | |
| 259 | # Overridden base function |
| 260 | def isPartial(self): |
| 261 | """Tell us that the current instance is only a partial one (an island). |
| 262 | |
| 263 | Return Value: |
| 264 | Always True |
| 265 | """ |
| 266 | return True |
| 267 | |
| 268 | # Overridden base function |
| 269 | def valid(self): |
no outgoing calls
no test coverage detected