]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs(pool): add `closed` docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 24 Apr 2026 14:05:45 +0000 (16:05 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 24 Apr 2026 14:50:49 +0000 (16:50 +0200)
docs/api/pool.rst

index ca07b1e87ec0030b15e1adf5b09b2ca7d5af2d08..cefbfef95bb642bb5395950f258b38e8cf8f56ae 100644 (file)
@@ -228,6 +228,8 @@ The `!ConnectionPool` class
           with ConnectionPool(...) as pool:
               # code using the pool
 
+   .. autoattribute:: closed
+
    .. automethod:: wait
 
    .. attribute:: name