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_ctx.py Live-Blog(Download)
def __init__(self): EntityNQServiceAlchemy.__init__(self, ArticleCtxMapped) # ---------------------------------------------------------------- <- really cool looking line
src/l/i/Live-Blog-HEAD/plugins/superdesk-language/superdesk/language/impl/language.py Live-Blog(Download)
def __init__(self): ''' Construct the language service. ''' EntityNQServiceAlchemy.__init__(self, LanguageEntity)
src/l/i/liveblog-1.5.0/superdesk/language/impl/language.py liveblog(Download)
def __init__(self): ''' Construct the language service. ''' EntityNQServiceAlchemy.__init__(self, LanguageEntity)
src/a/l/ally-py-0.9.0/security/impl/right_type.py ally-py(Download)
def __init__(self): EntityNQServiceAlchemy.__init__(self, RightTypeMapped) def getByName(self, name): '''