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

box / box-python-sdk / 7583613459

19 Jan 2024 12:14PM UTC coverage: 93.536% (+0.005%) from 93.531%
7583613459

push

github

web-flow
fix: Update exception file get download URL (#866)

* fix: Update exception file get download URL

* fix: Update exception file get download URL

3 of 3 new or added lines in 1 file covered. (100.0%)

3473 of 3713 relevant lines covered (93.54%)

1.87 hits per line

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

77.78
/boxsdk/client/developer_token_client.py
1
from typing import TYPE_CHECKING
2✔
2

3
from ..auth import DeveloperTokenAuth
2✔
4
from .client import Client
2✔
5

6
if TYPE_CHECKING:
2✔
7
    from boxsdk import OAuth2
×
8
    from boxsdk.session.session import Session
×
9

10

11
class DeveloperTokenClient(Client):
2✔
12
    """
13
    Box client subclass which authorizes with a developer token.
14
    """
15
    def __init__(self, oauth: 'OAuth2' = None, session: 'Session' = None):
2✔
16
        super().__init__(oauth=oauth or DeveloperTokenAuth(), session=session)
2✔
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