Function
zope.security.checker.canAccess

Signature

canAccess(obj, name)

Documentation String

Check whether the interaction may access an attribute named name on obj.

Convenience method. Rather than using checkPermission in high level code, use canWrite and canAccess to avoid binding code to permissions.