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

box / box-python-sdk / 4608068805

pending completion
4608068805

Pull #810

github

GitHub
Merge 5646ab6b7 into 7793934bd
Pull Request #810: fix: Rename filter date parameters in legal hold creation according to the documentation

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

3439 of 3677 relevant lines covered (93.53%)

0.94 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
1✔
2

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

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

10

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