Searched refs:TAB_SLASH (Results 1 – 5 of 5) sorted by relevance
252 if Line[-1] != DT.TAB_SLASH:265 if ProcessedLine[-1] == DT.TAB_SLASH:269 if not Line or Line[-1] == DT.TAB_SLASH:
73 if IsFindBlockCode and Line[-1] != TAB_SLASH:82 if Line[-1] == TAB_SLASH:
32 TAB_SLASH = '\\' variable
353 TAB_SLASH = '\\' variable
38 from Common.DataType import TAB_SLASH199 LineSlashIndex = Line.rfind(TAB_SLASH, 0, MaxLength)