(self)
| 1800 | |
| 1801 | @property |
| 1802 | def fits(self): |
| 1803 | for mod in self.modules: |
| 1804 | if not mod.isEmpty and not mod.fits(self): |
| 1805 | return False |
| 1806 | |
| 1807 | return True |
| 1808 | |
| 1809 | def getReleaseLimitForDrone(self, item): |
| 1810 | if not item.isDrone: |
no outgoing calls
no test coverage detected