Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e5ec613c
Commit
e5ec613c
authored
Oct 09, 2006
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
List gc.get_count() in the module docstring.
parent
412a9ea1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Modules/gcmodule.c
Modules/gcmodule.c
+1
-0
No files found.
Modules/gcmodule.c
View file @
e5ec613c
...
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment