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
/
Backend
/
Flask
What does a Flask blueprint do before it is registered?
from Flask
Flask 3.1.3 / Python 3.14
beginner
1 min
What does a Flask blueprint do before it is registered?
It records operations such as routes but cannot handle requests on its own.
It starts an independent WSGI application and worker pool.
It copies every application configuration value at import time.
Check
Ask AI about this kata
Report an error
next kata
What should a view pass to a durable background job that needs the current request ID?
Quiz
A new version is available
Reload