空配置 — 用于测试或默认场景。源码: config.rs:251-257
()
| 194 | |
| 195 | @staticmethod |
| 196 | def empty() -> "RuntimeConfig": |
| 197 | """空配置 — 用于测试或默认场景。源码: config.rs:251-257""" |
| 198 | return RuntimeConfig() |
| 199 | |
| 200 | |
| 201 | # ============================================================ |
nothing calls this directly
no test coverage detected