Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(7) | Call(7) | Derive(0) | Import(0)
src/g/a/gateway-acl-1.0/acl/impl/filter.py gateway-acl(Download)
def __init__(self): EntitySupportAlchemy.__init__(self, FilterMapped, QFilter, path=Path.path) def insert(self, filtre): '''
src/g/a/gateway-acl-1.0/acl/impl/access.py gateway-acl(Download)
def __init__(self): EntitySupportAlchemy.__init__(self, AccessMapped, QAccess, isShadow=self.queryShadow) def getEntry(self, accessId, position): '''
src/g/a/gateway-acl-1.0/acl/impl/group.py gateway-acl(Download)
def __init__(self): EntitySupportAlchemy.__init__(self, GroupMapped, QGroup) AclServiceAlchemy.__init__(self, GroupMapped, GroupAccess) CompensateServiceAlchemy.__init__(self, GroupMapped, GroupAccess, GroupCompensate, signatures={signature(Group.Name): lambda identifier: identifier})
src/a/l/ally-py-0.9.0/security/impl/right.py ally-py(Download)
def __init__(self): EntitySupportAlchemy.__init__(self, RightMapped, QRight) def getByName(self, nameType, name): '''
src/s/u/superdesk-user-1.0/superdesk/user/impl/user_type.py superdesk-user(Download)
def __init__(self): ''' Construct the user type service. ''' EntitySupportAlchemy.__init__(self, UserTypeMapped)
src/g/u/gui-action-1.0/gui/action/impl/action.py gui-action(Download)
def __init__(self): EntitySupportAlchemy.__init__(self, ActionMapped) def getActionsRoot(self, **options): '''
src/l/i/livedesk-1.0/livedesk/impl/blog_type.py livedesk(Download)
def __init__(self): ''' Construct the blog type service. ''' EntitySupportAlchemy.__init__(self, BlogTypeMapped)