|
| content = db.BlobProperty() |
|
| compressed = db.BooleanProperty() |
|
| filename = db.StringProperty() |
|
| author = db.UserProperty(auto_current_user=True) |
|
| date = db.DateTimeProperty(auto_now_add=True) |
|
Definition at line 130 of file main.py.
◆ author
main.HtmlFile.author = db.UserProperty(auto_current_user=True) |
|
static |
◆ compressed
main.HtmlFile.compressed = db.BooleanProperty() |
|
static |
◆ content
main.HtmlFile.content = db.BlobProperty() |
|
static |
◆ date
main.HtmlFile.date = db.DateTimeProperty(auto_now_add=True) |
|
static |
◆ filename
main.HtmlFile.filename = db.StringProperty() |
|
static |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/pkg/compiler/test/codesize/swarm/appengine/main.py