List gc.get_count() in the module docstring.

This commit is contained in:
Barry Warsaw 2006-10-09 19:43:24 +00:00
parent 412a9ea10e
commit e5ec613c4b
1 changed files with 1 additions and 0 deletions

View File

@ -1179,6 +1179,7 @@ PyDoc_STRVAR(gc__doc__,
"disable() -- Disable automatic garbage collection.\n" "disable() -- Disable automatic garbage collection.\n"
"isenabled() -- Returns true if automatic collection is enabled.\n" "isenabled() -- Returns true if automatic collection is enabled.\n"
"collect() -- Do a full collection right now.\n" "collect() -- Do a full collection right now.\n"
"get_count() -- Return the current collection counts.\n"
"set_debug() -- Set debugging flags.\n" "set_debug() -- Set debugging flags.\n"
"get_debug() -- Get debugging flags.\n" "get_debug() -- Get debugging flags.\n"
"set_threshold() -- Set the collection thresholds.\n" "set_threshold() -- Set the collection thresholds.\n"