Kaydet (Commit) f5bf77c3 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

update simple explanation of parseFile()

üst 76f42ac5
...@@ -75,7 +75,7 @@ contains the tree. ...@@ -75,7 +75,7 @@ contains the tree.
\begin{funcdesc}{parseFile}{path} \begin{funcdesc}{parseFile}{path}
Return an abstract syntax tree for the Python source code in the file Return an abstract syntax tree for the Python source code in the file
specified by \var{path}. It is equivalent to \code{parse(open(path))}. specified by \var{path}. It is equivalent to \code{parse(open(path).read())}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{walk}{ast, visitor, \optional{verbose=None}} \begin{funcdesc}{walk}{ast, visitor, \optional{verbose=None}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment