Function
zope.security.checker.NamesChecker

Signature

NamesChecker(names=(), permission_id=Global(CheckerPublic,zope.security.checker), **__kw__)

Documentation String

Return a checker that grants access to a set of names.

A sequence of names is given as the first argument. If a second argument, permission_id, is given, it is the permission required to access the names. Additional names and permission ids can be supplied as keyword arguments.