Add documentation on the hasfree data object.

This commit is contained in:
Fred Drake 2002-03-28 19:34:53 +00:00
parent 0c0d56a22f
commit 47cdf6fb6f
1 changed files with 4 additions and 0 deletions

View 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}