From 47cdf6fb6fbc501176329c560584441b2becc234 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 28 Mar 2002 19:34:53 +0000 Subject: Add documentation on the hasfree data object. --- Doc/lib/libdis.tex | 4 ++++ 1 file changed, 4 insertions(+) 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} -- cgit v0.12