---------------------------------------------------------------------- This is the API documentation for the gdtest_explicit_big_class library. ---------------------------------------------------------------------- ## Classes Core classes BigEngine(config: dict) A complex engine with many methods. Parameters ---------- config Configuration dictionary. ## BigEngine Methods Methods for the BigEngine class start(self) -> None Start the engine. stop(self) -> None Stop the engine. restart(self) -> None Restart the engine. configure(self, key: str, value) -> None Configure a setting. Parameters ---------- key Setting key. value Setting value. status(self) -> str Get engine status. Returns ------- str Status string. metrics(self) -> dict Get performance metrics. Returns ------- dict Metrics dictionary. health_check(self) -> bool Run health check. Returns ------- bool True if healthy. ## Functions Public functions helper_a(x: int) -> int Helper function A. Parameters ---------- x Input value. Returns ------- int Processed value. helper_b(x: int) -> int Helper function B. Parameters ---------- x Input value. Returns ------- int Processed value.