Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Python
A logger accepts DEBUG and above, but its only handler is set to WARNING. What happens to…
from Python
advanced
1 min
A logger accepts DEBUG and above, but its only handler is set to WARNING. What happens to an INFO record?
The logger creates it, but the handler filters it out
The handler emits it because the logger accepted it
Python automatically lowers the handler threshold to DEBUG
Check
Ask AI about this kata
Report an error
previous kata
Which boolean value returned by __exit__ suppresses an exception from the with block?
Fill in
next kata
Which statement correctly distinguishes json.dumps() from json.dump()?
Quiz
A new version is available
Reload