Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ec3f0 commit b679137Copy full SHA for b679137
1 file changed
Modules/gcmodule.c
@@ -1961,6 +1961,7 @@ PyDoc_STRVAR(gc__doc__,
1961
"get_threshold() -- Return the current the collection thresholds.\n"
1962
"get_objects() -- Return a list of all objects tracked by the collector.\n"
1963
"is_tracked() -- Returns true if a given object is tracked.\n"
1964
+"is_finalized() -- Returns true if a given object has been already finalized.\n"
1965
"get_referrers() -- Return the list of objects that refer to an object.\n"
1966
"get_referents() -- Return the list of objects that an object refers to.\n"
1967
"freeze() -- Freeze all tracked objects and ignore them for future collections.\n"
0 commit comments