diff options
| author | Barry Warsaw | 2015-04-13 17:26:52 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-04-13 17:26:52 -0400 |
| commit | 3126d190d9c8a9b37da952cba42ea6e3b838a2c3 (patch) | |
| tree | e3880168ba50883c4c63854c3f80d481bfbabcbb /src/mailman/interfaces/pending.py | |
| parent | 2b9ef541cf80e5bcf413c2ba234856a7bc77baad (diff) | |
| download | mailman-3126d190d9c8a9b37da952cba42ea6e3b838a2c3.tar.gz mailman-3126d190d9c8a9b37da952cba42ea6e3b838a2c3.tar.zst mailman-3126d190d9c8a9b37da952cba42ea6e3b838a2c3.zip | |
Diffstat (limited to 'src/mailman/interfaces/pending.py')
| -rw-r--r-- | src/mailman/interfaces/pending.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/interfaces/pending.py b/src/mailman/interfaces/pending.py index 9907aa779..09c8b44cb 100644 --- a/src/mailman/interfaces/pending.py +++ b/src/mailman/interfaces/pending.py @@ -94,3 +94,6 @@ class IPendings(Interface): def evict(): """Remove all pended items whose lifetime has expired.""" + + def count(): + """The number of pendables in the pendings database.""" |
