示例#1
0
文件: blog.py 项目: finid/Superdesk
 def __init__(self):
     '''
     Construct the blog service.
     '''
     EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
示例#2
0
文件: blog.py 项目: swenson/Superdesk
 def __init__(self):
     """
     Construct the blog service.
     """
     EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
示例#3
0
 def __init__(self):
     EntityCRUDServiceAlchemy.__init__(self, ArticleMapped)
示例#4
0
文件: blog.py 项目: AtomLaw/Superdesk
 def __init__(self):
     '''
     Construct the blog service.
     '''
     EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
示例#5
0
 def __init__(self):
     EntityCRUDServiceAlchemy.__init__(self, ArticleMapped)