]>
git.saurik.com Git - apple/icu.git/blob - icuSources/python/icutools/databuilder/renderers/__init__.py
1 # Copyright (C) 2018 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html
4 from collections
import namedtuple
6 MakeRule
= namedtuple("MakeRule", ["name", "dep_literals", "dep_files", "output_file", "cmds"])
8 MakeFilesVar
= namedtuple("MakeFilesVar", ["name", "files"])
10 MakeStringVar
= namedtuple("MakeStringVar", ["name", "content"])