summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdis.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-03-28 19:34:53 (GMT)
committerFred Drake <fdrake@acm.org>2002-03-28 19:34:53 (GMT)
commit47cdf6fb6fbc501176329c560584441b2becc234 (patch)
tree69adfcb2681943e50486548943736cc28f2e73b6 /Doc/lib/libdis.tex
parent0c0d56a22fa939e46d44a5727ed45ccd37bc8206 (diff)
downloadcpython-47cdf6fb6fbc501176329c560584441b2becc234.zip
cpython-47cdf6fb6fbc501176329c560584441b2becc234.tar.gz
cpython-47cdf6fb6fbc501176329c560584441b2becc234.tar.bz2
Add documentation on the hasfree data object.
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r--Doc/lib/libdis.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex
index 2a285d2..174d487 100644
--- a/Doc/lib/libdis.tex
+++ b/Doc/lib/libdis.tex
@@ -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}