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

zopefoundation / Products.Sessions / 14261623662

04 Apr 2025 08:49AM UTC coverage: 94.731% (+0.02%) from 94.716%
14261623662

push

github

dataflake
- add session clearing interface and method, deprecate old import locations

146 of 180 branches covered (81.11%)

Branch coverage included in aggregate %.

22 of 26 new or added lines in 4 files covered. (84.62%)

1526 of 1585 relevant lines covered (96.28%)

0.96 hits per line

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

0.0
/src/Products/Sessions/SessionInterfaces.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
# BBB location for APIs now defined in Products.Sessions.interfaces
14

NEW
15
from zope.deferredimport import deprecated
×
16

17

NEW
18
deprecated(
×
19
    "All interfaces for Products.Sessions have moved to"
20
    " Products.Sessions.interfaces. Please import from there."
21
    " This backward compatibility shim will be removed in"
22
    " Products.Sessions version 7.",
23
    BrowserIdManagerErr='Products.Sessions.interfaces:BrowserIdManagerErr',
24
    IBrowserIdManager='Products.Sessions.interfaces:IBrowserIdManager',
25
    ISessionDataManager='Products.Sessions.interfaces:ISessionDataManager',
26
    SessionDataManagerErr='Products.Sessions.interfaces:SessionDataManagerErr',
27
    BrowserIdManagerInterface='Products.Sessions.interfaces:IBrowserIdManager',
28
    SessionDataManagerInterface=(
29
        'Products.Sessions.interfaces:ISessionDataManager'),)
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

© 2026 Coveralls, Inc