Coverage for pyWebLayout/layout/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.11.2, created at 2025-11-12 12:02 +0000
« prev ^ index » next coverage.py v7.11.2, created at 2025-11-12 12:02 +0000
1"""
2Typesetting module for the pyWebLayout library.
4This package handles the organization and arrangement of elements for rendering, including:
5- Flow layout algorithms
6- Container management
7- Element positioning and sizing
8- Content wrapping and overflow
9- Coordinate systems and transformations
10- Pagination for book-like content
11"""