]> granicus.if.org Git - python/commitdiff
Add documentation on the hasfree data object.
authorFred Drake <fdrake@acm.org>
Thu, 28 Mar 2002 19:34:53 +0000 (19:34 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Mar 2002 19:34:53 +0000 (19:34 +0000)
Doc/lib/libdis.tex

index 2a285d2094c061b74c2f3237bc300dbbec02e575..174d48739744907a1e9691a84871af95ee3ed4db 100644 (file)
@@ -85,6 +85,10 @@ Sequence of all compare operation names.
 Sequence of byte codes that have a constant parameter.
 \end{datadesc}
 
+\begin{datadesc}{hasfree}
+Sequence of byte codes that access a free variable.
+\end{datadesc}
+
 \begin{datadesc}{hasname}
 Sequence of byte codes that access an attribute by name.
 \end{datadesc}