• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zopefoundation / AccessControl / 16098778570

04 Mar 2025 10:15PM UTC coverage: 81.684%. Remained the same
16098778570

push

github

web-flow
- update to latest meta templates, drop support for Python 3.8 (#161)

1005 of 1527 branches covered (65.82%)

Branch coverage included in aggregate %.

5096 of 5942 relevant lines covered (85.76%)

4.29 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/AccessControl/Owned.py
1
##############################################################################
2
#
3
# Copyright (c) 2002 Zope Foundation and Contributors.
4
#
5
# This software is subject to the provisions of the Zope Public License,
6
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
7
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
8
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
9
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
10
# FOR A PARTICULAR PURPOSE
11
#
12
##############################################################################
13
"""Support for owned objects
×
14
"""
15

16
from zope.deferredimport import deprecated
×
17

18

19
deprecated(
×
20
    "The functionality of AccessControl.Owned has moved to"
21
    " AccessControl.owner. Please import from there."
22
    " This backward compatibility shim will be removed in AccessControl"
23
    " version 6.",
24
    EditUnowned='AccessControl.owner:EditUnowned',
25
    EmergencyUserCannotOwn='AccessControl.owner:EmergencyUserCannotOwn',
26
    UnownableOwner='AccessControl.owner:UnownableOwner',
27
    absattr='AccessControl.owner:absattr',
28
    ownableFilter='AccessControl.owner:ownableFilter',
29
    ownerInfo='AccessControl.owner:ownerInfo',
30
)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc