---------------------------------------------------------------------- This is the API documentation for the gdtest_inline_never library. ---------------------------------------------------------------------- ## Classes Core classes TinyWidget(label: str) A class with only two methods—still gets split with inline_methods: false. Parameters ---------- label Display label for the widget. MediumService(host: str, port: int = 8080) A service class with a moderate number of methods. Parameters ---------- host Service hostname. port Service port number. ## TinyWidget Methods Methods for the TinyWidget class show(self) -> str Show the widget. Returns ------- str Rendered representation. hide(self) -> None Hide the widget from display. ## MediumService Methods Methods for the MediumService class start(self) -> None Start the service. stop(self) -> None Stop the service. restart(self) -> None Restart the service. status(self) -> str Get the service status. Returns ------- str Current status (running, stopped, error). ## Functions Public functions standalone_func(value: str) -> str Process a standalone value. Parameters ---------- value Input string to process. Returns ------- str Processed output string.