Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/realpython/discover-flask
/ MessageForm
Class
MessageForm
project/home/forms.py:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
6
class
MessageForm(Form):
7
title = TextField(
'Title'
, validators=[DataRequired()])
8
description = TextField(
9
'Description'
, validators=[DataRequired(), Length(max=140)])
Callers
1
home
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected