Home
last modified time | relevance | path

Searched refs:TRIPLE_QUOTE (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/packagemanager/parsing/processing/
DApkGenerator.py13 TRIPLE_QUOTE = "\"\"\"" variable
58 startIndex = text.index(TRIPLE_QUOTE, annotationIndex)
62 endIndex = text.index(TRIPLE_QUOTE, startIndex + len(TRIPLE_QUOTE))
66 string = text[startIndex + len(TRIPLE_QUOTE): endIndex]