mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Document the new get_syntax() function.
This commit is contained in:
parent
b67a25c079
commit
cd77df64e6
2 changed files with 8 additions and 0 deletions
|
@ -228,6 +228,10 @@ expressions.)
|
|||
more information.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{get_syntax}{}
|
||||
Returns the current value of the syntax flags as an integer.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{symcomp}{pattern\optional{\, translate}}
|
||||
This is like \code{compile}, but supports symbolic group names: if a
|
||||
parenthesis-enclosed group begins with a group name in angular
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue