Function
zope.security.checker.canWrite

Signature

canWrite(obj, name)

Documentation String

Check whether the interaction may write 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.