Definition at line 31 of file main.py.
◆ getEncodedData()
def main.UserData.getEncodedData |
( |
|
self, |
|
|
|
articleKeys = None |
|
) |
| |
Definition at line 35 of file main.py.
35 def getEncodedData(self, articleKeys=None):
37
38 maxSections =
min(MAX_SECTIONS,
len(self.sections))
39 enc.writeInt(maxSections)
40 for section in db.get(self.sections[:maxSections]):
41 section.encode(enc, articleKeys)
42 return enc.getRaw()
43
44
static float min(float r, float g, float b)
◆ credentials
main.UserData.credentials = CredentialsProperty() |
|
static |
◆ sections
main.UserData.sections = db.ListProperty(db.Key) |
|
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