Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/l/i/Live-Blog-HEAD/sandbox/plugins/superdesk-article/superdesk/article/impl/article.py Live-Blog(Download)
def __init__(self): EntityCRUDServiceAlchemy.__init__(self, ArticleMapped) def getArticle(self, articleId): '''
src/l/i/Live-Blog-HEAD/plugins/livedesk/livedesk/impl/blog.py Live-Blog(Download)
def __init__(self): ''' Construct the blog service. ''' EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
src/l/i/livedesk-1.0/livedesk/impl/blog.py livedesk(Download)
def __init__(self): ''' Construct the blog service. ''' EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
src/l/i/liveblog-1.5.0/livedesk/impl/blog.py liveblog(Download)
def __init__(self): ''' Construct the blog service. ''' EntityCRUDServiceAlchemy.__init__(self, BlogMapped)