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

zopefoundation / Products.Sessions / 16399689495

05 Apr 2025 07:12AM UTC coverage: 94.731%. Remained the same
16399689495

push

github

dataflake
- vb [ci skip]

146 of 180 branches covered (81.11%)

Branch coverage included in aggregate %.

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

15
from zope.deferredimport import deprecated
×
16

17

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

© 2025 Coveralls, Inc