schema.py
branchstable
changeset 4702 d9e51820d0c2
parent 4619 f4254586e867
child 4717 535705688f4f
equal deleted inserted replaced
4701:3acd198a66c9 4702:d9e51820d0c2
   459 
   459 
   460 
   460 
   461 class CubicWebSchema(Schema):
   461 class CubicWebSchema(Schema):
   462     """set of entities and relations schema defining the possible data sets
   462     """set of entities and relations schema defining the possible data sets
   463     used in an application
   463     used in an application
   464 
       
   465 
   464 
   466     :type name: str
   465     :type name: str
   467     :ivar name: name of the schema, usually the instance identifier
   466     :ivar name: name of the schema, usually the instance identifier
   468 
   467 
   469     :type base: str
   468     :type base: str