utils.py
changeset 2675 f84ba1a66abb
parent 2657 de974465d381
child 2678 0308dc159b96
equal deleted inserted replaced
2674:ff6114c2c416 2675:f84ba1a66abb
   319                                                  self.head.getvalue(),
   319                                                  self.head.getvalue(),
   320                                                  self.body.getvalue())
   320                                                  self.body.getvalue())
   321 
   321 
   322 
   322 
   323 class AcceptMixIn(object):
   323 class AcceptMixIn(object):
   324     """Mixin class for vobjects defining the 'accepts' attribute describing
   324     """Mixin class for appobjects defining the 'accepts' attribute describing
   325     a set of supported entity type (Any by default).
   325     a set of supported entity type (Any by default).
   326     """
   326     """
   327     # XXX deprecated, no more necessary
   327     # XXX deprecated, no more necessary
   328 
   328 
   329 def get_schema_property(eschema, rschema, role, property):
   329 def get_schema_property(eschema, rschema, role, property):