Example #1
0
 class A(Object):
     fomtest = tag_collection(u'test/fomtest')
Example #2
0
 class B(Object):
     fomtestrev = tag_collection(u'test/fomtestrev',
                                 map_type=A,
                                 foreign_tagpath=u'test/fomtest')
Example #3
0
 class A(Object):
     fomtest = tag_collection(u'test/fomtest', lazy_save=False)