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 730f553 commit de7ad2cCopy full SHA for de7ad2c
1 file changed
Doc/lib/libgc.tex
@@ -102,8 +102,8 @@ \section{\module{gc} ---
102
\begin{funcdesc}{get_referents}{*objs}
103
Return a list of objects directly referred to by any of the arguments.
104
The referents returned are those objects visited by the arguments'
105
-C-level \cfunction{tp_traverse} methods (if any), and may not be all
106
-objects actually directly reachable. \cfunction{tp_traverse} methods
+C-level \member{tp_traverse} methods (if any), and may not be all
+objects actually directly reachable. \member{tp_traverse} methods
107
are supported only by objects that support garbage collection, and are
108
only required to visit objects that may be involved in a cycle. So,
109
for example, if an integer is directly reachable from an argument, that
0 commit comments