docs(reference): filter class methods and add missing docstrings (#4463)

This commit is contained in:
Vadym Barda
2025-04-29 21:31:57 +00:00
committed by GitHub
parent 0bfb818e87
commit e25dde1df0
19 changed files with 494 additions and 384 deletions
@@ -27,6 +27,8 @@ Conn = _internal.Conn # For backward compatibility
class PostgresSaver(BasePostgresSaver):
"""Checkpointer that stores checkpoints in a Postgres database."""
lock: threading.Lock
def __init__(
@@ -27,6 +27,8 @@ Conn = _ainternal.Conn # For backward compatibility
class AsyncPostgresSaver(BasePostgresSaver):
"""Asynchronous checkpointer that stores checkpoints in a Postgres database."""
lock: asyncio.Lock
def __init__(