Searched refs:LinesOfText (Results 1 - 3 of 3) sorted by relevance

/haikuporter/HaikuPorter/
H A DRecipeAttributes.py18 from .RecipeTypes import (Architectures, Extendable, LinesOfText, Phase, namespace
153 'type': LinesOfText,
H A DRecipeTypes.py122 # -- LinesOfText --------------------------------------------------------------
124 # Create new type 'LinesOfText', used to handle the description in a recipe
125 class LinesOfText(list): class in inherits:list
H A DConfigParser.py11 from .RecipeTypes import (Architectures, Extendable, LinesOfText, namespace
148 elif attrType == LinesOfText:

Completed in 18 milliseconds