mirror of https://github.com/python/cpython.git
List gc.get_count() in the module docstring.
This commit is contained in:
parent
412a9ea10e
commit
e5ec613c4b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue