コード例 #1
0
 class Model(tests.UUIDAutoModel):
     dict = sheraf.DictAttribute(attribute=subattribute,
                                 persistent_type=persistent_type)
コード例 #2
0
 class Model(tests.UUIDAutoModel):
     inlines = sheraf.DictAttribute(
         sheraf.InlineModelAttribute(DictInlineModel),
         persistent_type=IOBTree)