utils.py
changeset 2657 de974465d381
parent 2554 3b6a6d2f9d7e
child 2678 0308dc159b96
equal deleted inserted replaced
2656:a93ae0f6c0ad 2657:de974465d381
   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):