---------------------------------------------------------------------- This is the API documentation for the gdtest_rst_versionadded library. ---------------------------------------------------------------------- ## Functions Utility functions close_session(session_id: str) -> None Close an existing session. Parameters ---------- session_id The identifier of the session to close. Returns ------- None .. versionadded:: 2.1 Session cleanup was added. create_session(name: str) -> str Create a new session with the given name. Parameters ---------- name The name for the new session. Returns ------- str The session identifier. .. versionadded:: 2.0