Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9464a7d commit 77b20f0Copy full SHA for 77b20f0
1 file changed
Doc/lib/libwarnings.tex
@@ -178,8 +178,10 @@ \subsection{Available Functions \label{warning-functions}}
178
179
\begin{funcdesc}{filterwarnings}{action\optional{,
180
message\optional{, category\optional{,
181
- module\optional{, lineno}}}}}
182
-Insert an entry into the list of warnings filters (at the front).
+ module\optional{, lineno\optional{, append}}}}}}
+Insert an entry into the list of warnings filters. The entry is
183
+inserted at the front by default; if \var{append} is true, it is
184
+inserted at the end.
185
This checks the types of the arguments, compiles the message and
186
module regular expressions, and inserts them as a tuple in front
187
of the warnings filter. Entries inserted later override entries
0 commit comments