容器环境检测结果 — 源码 sandbox.rs:46-49
| 83 | |
| 84 | @dataclass |
| 85 | class ContainerEnvironment: |
| 86 | """容器环境检测结果 — 源码 sandbox.rs:46-49""" |
| 87 | in_container: bool = False |
| 88 | markers: List[str] = field(default_factory=list) |
| 89 | |
| 90 | |
| 91 | @dataclass |
no outgoing calls
no test coverage detected