(self)
| 246 | |
| 247 | @property |
| 248 | def isProjected(self): |
| 249 | if self.owner: |
| 250 | return self in self.owner.projectedModules |
| 251 | return None |
| 252 | |
| 253 | @property |
| 254 | def isExclusiveSystemEffect(self): |
nothing calls this directly
no outgoing calls
no test coverage detected