◆ check()
def check |
( |
|
self, |
|
|
|
value |
|
) |
| |
Check if the given value should be tagged by this tag.
Reimplemented from JSONTag.
◆ to_json()
def to_json |
( |
|
self, |
|
|
|
value |
|
) |
| |
Convert the Python object to an object that is a valid JSON type.
The tag will be added later.
Reimplemented from JSONTag.
◆ to_python()
def to_python |
( |
|
self, |
|
|
|
value |
|
) |
| |
Convert the JSON representation back to the correct type. The tag
will already be removed.
Reimplemented from JSONTag.
◆ key
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/flask/json/tag.py