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

monim67 / django-bootstrap-datepicker-plus / 7860847020

11 Feb 2024 08:43AM CUT coverage: 100.0%. Remained the same
7860847020

push

github

monim67
Fix clear input on form reset, fix #110

142 of 142 relevant lines covered (100.0%)

5.0 hits per line

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

100.0
/src/bootstrap_datepicker_plus/schemas.py
1
"""Datastructures of the package."""
5✔
2

3
from enum import Enum
5✔
4
from typing import Any, Dict, Union
5✔
5

6
from typing_extensions import TypeAlias
5✔
7

8
InputAttrs: TypeAlias = Dict[str, Any]
5✔
9
WidgetOptions: TypeAlias = Dict[str, Union[bool, int, str, Dict[str, str]]]
5✔
10

11

12
class WidgetVariant(str, Enum):
5✔
13
    """Variants of widgets."""
5✔
14

15
    date = "date"
5✔
16
    time = "time"
5✔
17
    datetime = "datetime"
5✔
18
    month = "month"
5✔
19
    year = "year"
5✔
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