---------------------------------------------------------------------- This is the API documentation for the gdtest_rst_deprecated library. ---------------------------------------------------------------------- ## Functions Utility functions legacy_parse(text: str) -> dict Parse text using the legacy parser. Parameters ---------- text The text to parse. Returns ------- dict The parsed result. .. deprecated:: 2.0 Use parse_modern() instead. old_connect(host: str) -> bool Connect to a host using the legacy protocol. Parameters ---------- host The hostname to connect to. Returns ------- bool True if connection was successful. .. deprecated:: 1.5 Use connect_v2() instead.