Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/openpyxl/styles/__init__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# Copyright (c) 2010-2020 openpyxl
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