Coverage for /usr/lib/python3/dist-packages/fontTools/feaLib/lookupDebugInfo.py: 100%
7 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
1from typing import NamedTuple
3LOOKUP_DEBUG_INFO_KEY = "com.github.fonttools.feaLib"
4LOOKUP_DEBUG_ENV_VAR = "FONTTOOLS_LOOKUP_DEBUGGING"
7class LookupDebugInfo(NamedTuple):
8 """Information about where a lookup came from, to be embedded in a font"""
10 location: str
11 name: str
12 feature: list