From e5ec613c4b80a50ca324c26d9704e69a97ca900c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 9 Oct 2006 19:43:24 +0000 Subject: List gc.get_count() in the module docstring. --- Modules/gcmodule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c index 872727d..6c5011c 100644 --- a/Modules/gcmodule.c +++ b/Modules/gcmodule.c @@ -1179,6 +1179,7 @@ PyDoc_STRVAR(gc__doc__, "disable() -- Disable automatic garbage collection.\n" "isenabled() -- Returns true if automatic collection is enabled.\n" "collect() -- Do a full collection right now.\n" +"get_count() -- Return the current collection counts.\n" "set_debug() -- Set debugging flags.\n" "get_debug() -- Get debugging flags.\n" "set_threshold() -- Set the collection thresholds.\n" -- cgit v0.12