"The warnings that are ignored by default may be e...
# general
r
"The warnings that are ignored by default may be enabled by passing -Wd to the interpreter. This enables default handling for all warnings, including those that are normally ignored by default. This is particular useful for enabling ImportWarning when debugging problems importing a developed package.” -> that line is equivalent to passing
-Wd