Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4f1ca1

Browse files
committed
Add a note that pickling is supported.
1 parent 43f8f9b commit c4f1ca1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/lib/libparser.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ \subsection{AST Objects}
275275
first argument may change to object methods in the future.
276276

277277
Ordered and equality comparisons are supported between AST objects.
278+
Pickling of AST objects (using the \module{pickle} module) is also
279+
supported.
278280

279281
\begin{datadesc}{ASTType}
280282
The type of the objects returned by \function{expr()},

Doc/libparser.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ \subsection{AST Objects}
275275
first argument may change to object methods in the future.
276276

277277
Ordered and equality comparisons are supported between AST objects.
278+
Pickling of AST objects (using the \module{pickle} module) is also
279+
supported.
278280

279281
\begin{datadesc}{ASTType}
280282
The type of the objects returned by \function{expr()},

0 commit comments

Comments
 (0)