Exemplo n.º 1
0
 def set(self, appstruct):
     resource = appstruct.get('resource')
     if resource is colander.null:
         appstruct['resource'] = None
     return PropertySheet.set(self, appstruct)
Exemplo n.º 2
0
 def set(self, appstruct):
     resource = appstruct.get('resource')
     if resource is colander.null:
         appstruct['resource'] = None
     return PropertySheet.set(self, appstruct)
Exemplo n.º 3
0
 def set(self, appstruct):
     result = PropertySheet.set(self, appstruct)
     return result
Exemplo n.º 4
0
 def set(self, appstruct):
     return PropertySheet.set(self, appstruct, omit=('duration'))
Exemplo n.º 5
0
 def set(self, appstruct):
     result = PropertySheet.set(self, appstruct)
     return result