Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/openpyxl/styles/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

8 statements  

1# Copyright (c) 2010-2024 openpyxl 

2 

3 

4from .alignment import Alignment 

5from .borders import Border, Side 

6from .colors import Color 

7from .fills import PatternFill, GradientFill, Fill 

8from .fonts import Font, DEFAULT_FONT 

9from .numbers import NumberFormatDescriptor, is_date_format, is_builtin 

10from .protection import Protection 

11from .named_styles import NamedStyle