Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/l/i/Live-Blog-HEAD/plugins/superdesk-post/superdesk/post/impl/post.py Live-Blog(Download)
def __init__(self): ''' Construct the post service. ''' EntityGetServiceAlchemy.__init__(self, PostMapped)
src/s/u/superdesk-post-1.0/superdesk/post/impl/type.py superdesk-post(Download)
def __init__(self): '''Construct the post type service.''' EntityGetServiceAlchemy.__init__(self, PostTypeMapped) EntityFindServiceAlchemy.__init__(self, PostTypeMapped)
src/s/u/superdesk-post-1.0/superdesk/post/impl/post.py superdesk-post(Download)
def __init__(self): ''' Construct the post service. ''' EntityGetServiceAlchemy.__init__(self, PostMapped)
src/l/i/liveblog-1.5.0/superdesk/post/impl/post.py liveblog(Download)
def __init__(self): ''' Construct the post service. ''' EntityGetServiceAlchemy.__init__(self, PostMapped)
src/m/e/media-archive-1.0/superdesk/media_archive/impl/meta_type.py media-archive(Download)
def __init__(self): '''Construct the service.''' EntityGetServiceAlchemy.__init__(self, MetaTypeMapped) EntityFindServiceAlchemy.__init__(self, MetaTypeMapped)
src/s/u/superdesk-source-1.0/superdesk/source/impl/type.py superdesk-source(Download)
def __init__(self): '''Construct the source type service.''' EntityGetServiceAlchemy.__init__(self, SourceTypeMapped) EntityFindServiceAlchemy.__init__(self, SourceTypeMapped)