(self, container)
| 25 | |
| 26 | class ContainerContext: |
| 27 | def __init__(self, container): |
| 28 | self.container = container |
| 29 | |
| 30 | self.tools_path = "/tools" |
| 31 | |
| 32 | @property |
| 33 | def is_isolated(self): |
nothing calls this directly
no outgoing calls
no test coverage detected