More docstrings for blueprints.
This commit is contained in:
parent
dbb9a2ed46
commit
86175054d6
4 changed files with 40 additions and 11 deletions
|
|
@ -18,10 +18,10 @@ Application Object
|
|||
:inherited-members:
|
||||
|
||||
|
||||
Module Objects
|
||||
--------------
|
||||
Blueprint Objects
|
||||
-----------------
|
||||
|
||||
.. autoclass:: Module
|
||||
.. autoclass:: Blueprint
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
|
|
@ -350,6 +350,9 @@ Useful Internals
|
|||
if ctx is not None:
|
||||
return ctx.session
|
||||
|
||||
.. autoclass:: flask.blueprints.BlueprintSetupState
|
||||
:members:
|
||||
|
||||
Signals
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue