]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Include status in the Pool docs
authorFederico Caselli <cfederico87@gmail.com>
Mon, 17 Feb 2025 20:11:50 +0000 (21:11 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 17 Feb 2025 20:11:50 +0000 (21:11 +0100)
Change-Id: I0a4bfc10f4cd0b7dbd3bf49e0575048b622fa4e8

lib/sqlalchemy/pool/base.py

index b91048e387911c990c81a31323e431ce3189b065..511eca923467cec62d14a79a4499039c2e72e672 100644 (file)
@@ -468,6 +468,7 @@ class Pool(log.Identified, event.EventTarget):
         raise NotImplementedError()
 
     def status(self) -> str:
+        """Returns a brief description of the state of this pool."""
         raise NotImplementedError()