diff options
| author | Fred Drake <fdrake@acm.org> | 2002-03-28 19:34:53 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-03-28 19:34:53 (GMT) |
| commit | 47cdf6fb6fbc501176329c560584441b2becc234 (patch) | |
| tree | 69adfcb2681943e50486548943736cc28f2e73b6 | |
| parent | 0c0d56a22fa939e46d44a5727ed45ccd37bc8206 (diff) | |
| download | cpython-47cdf6fb6fbc501176329c560584441b2becc234.zip cpython-47cdf6fb6fbc501176329c560584441b2becc234.tar.gz cpython-47cdf6fb6fbc501176329c560584441b2becc234.tar.bz2 | |
Add documentation on the hasfree data object.
| -rw-r--r-- | Doc/lib/libdis.tex | 4 |
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} |
