コード例 #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
ファイル: article.py プロジェクト: AtomLaw/Superdesk
 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
ファイル: article.py プロジェクト: patriciagarcia/Live-Blog
 def __init__(self):
     EntityCRUDServiceAlchemy.__init__(self, ArticleMapped)