mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
parent
a969ae2e11
commit
14ad5319d9
4 changed files with 24 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
import sys
|
||||
|
||||
__all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
|
||||
__all__ = ["warn", "warn_explicit", "showwarning",
|
||||
"formatwarning", "filterwarnings", "simplefilter",
|
||||
"resetwarnings", "catch_warnings"]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue