Skip to content

Commit 47cdf6f

Browse files
committed
Add documentation on the hasfree data object.
1 parent 0c0d56a commit 47cdf6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/lib/libdis.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ \section{\module{dis} ---
8585
Sequence of byte codes that have a constant parameter.
8686
\end{datadesc}
8787

88+
\begin{datadesc}{hasfree}
89+
Sequence of byte codes that access a free variable.
90+
\end{datadesc}
91+
8892
\begin{datadesc}{hasname}
8993
Sequence of byte codes that access an attribute by name.
9094
\end{datadesc}

0 commit comments

Comments
 (0)