forked from orbit-oss/flask
commit
eaba852c71
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class Flask(_PackageBoundObject):
|
||||||
#: configuration key. Defaults to `False`.
|
#: configuration key. Defaults to `False`.
|
||||||
debug = ConfigAttribute('DEBUG')
|
debug = ConfigAttribute('DEBUG')
|
||||||
|
|
||||||
#: The testing flask. Set this to `True` to enable the test mode of
|
#: The testing flag. Set this to `True` to enable the test mode of
|
||||||
#: Flask extensions (and in the future probably also Flask itself).
|
#: Flask extensions (and in the future probably also Flask itself).
|
||||||
#: For example this might activate unittest helpers that have an
|
#: For example this might activate unittest helpers that have an
|
||||||
#: additional runtime cost which should not be enabled by default.
|
#: additional runtime cost which should not be enabled by default.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue