From: Daniele Varrazzo Date: Fri, 24 Apr 2026 14:05:45 +0000 (+0200) Subject: docs(pool): add `closed` docs X-Git-Tag: pool-3.3.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddec021dc544f209be4b7cc07f8df576e3cff2ed;p=thirdparty%2Fpsycopg.git docs(pool): add `closed` docs --- diff --git a/docs/api/pool.rst b/docs/api/pool.rst index ca07b1e87..cefbfef95 100644 --- a/docs/api/pool.rst +++ b/docs/api/pool.rst @@ -228,6 +228,8 @@ The `!ConnectionPool` class with ConnectionPool(...) as pool: # code using the pool + .. autoattribute:: closed + .. automethod:: wait .. attribute:: name