mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
List gc.get_count() in the module docstring.
This commit is contained in:
parent
412a9ea10e
commit
e5ec613c4b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue