Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(20) | Call(20) | Derive(0) | Import(0)
src/s/u/superdesk-user-1.0/superdesk/user/impl/user.py superdesk-user(Download)
assert isinstance(self.default_user_type_key, str), 'Invalid default user type %s' % self.default_user_type_key assert isinstance(self.allNames, set), 'Invalid all name %s' % self.allNames EntityServiceAlchemy.__init__(self, UserMapped, QUser, all=self.queryAll, inactive=self.queryInactive) def getAll(self, q=None, **options):
src/l/i/Live-Blog-HEAD/plugins/livedesk-sync/livedesk/impl/blog_sync.py Live-Blog(Download)
def __init__(self): ''' Construct the blog sync service. ''' EntityServiceAlchemy.__init__(self, BlogSyncMapped, QBlogSync)
src/l/i/Live-Blog-HEAD/plugins/superdesk-person/superdesk/person/impl/person.py Live-Blog(Download)
def __init__(self): EntityServiceAlchemy.__init__(self, PersonMapped, QPerson)
src/l/i/Live-Blog-HEAD/plugins/livedesk/livedesk/impl/blog_type.py Live-Blog(Download)
def __init__(self): ''' Construct the blog type service. ''' EntityServiceAlchemy.__init__(self, BlogTypeMapped, QBlogType)
src/l/i/Live-Blog-HEAD/plugins/livedesk/livedesk/impl/blog_theme.py Live-Blog(Download)
def __init__(self): ''' Construct the blog theme service. ''' EntityServiceAlchemy.__init__(self, BlogThemeMapped, QBlogTheme)
src/l/i/Live-Blog-HEAD/plugins/livedesk-seo/livedesk/impl/blog_seo.py Live-Blog(Download)
def __init__(self): ''' Construct the blog seo service. ''' EntityServiceAlchemy.__init__(self, BlogSeoMapped, QBlogSeo)
src/l/i/liveblog-1.5.0/superdesk/person/impl/person.py liveblog(Download)
def __init__(self): EntityServiceAlchemy.__init__(self, PersonMapped, QPerson)
src/a/l/ally-py-0.9.0/security/rbac/impl/rbac.py ally-py(Download)
def __init__(self): assert isinstance(self.rbacService, IRbacService), 'Invalid rbac service %s' % self.rbacService EntityServiceAlchemy.__init__(self, RoleMapped, QRole) def getByName(self, name):
src/l/i/liveblog-1.5.0/livedesk/impl/blog_type.py liveblog(Download)
def __init__(self): ''' Construct the blog type service. ''' EntityServiceAlchemy.__init__(self, BlogTypeMapped, QBlogType)
src/l/i/liveblog-1.5.0/livedesk/impl/blog_theme.py liveblog(Download)
def __init__(self): ''' Construct the blog theme service. ''' EntityServiceAlchemy.__init__(self, BlogThemeMapped, QBlogTheme)
1 | 2 Next