]> 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:12:16 +0000 (21:12 +0100)
Change-Id: I0a4bfc10f4cd0b7dbd3bf49e0575048b622fa4e8
(cherry picked from commit 890d5873397577865f5012319cdb4db9f793f98c)

lib/sqlalchemy/pool/base.py

index 34d022543921099061709edca1dd2b154dd488b7..32fdc414a741f23e5e76d427f3be10a3efd5d51a 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()