Searched refs:tail (Results 1 – 4 of 4) sorted by relevance
85 test_suite_element.text, test_suite_element.tail = \143 test_suite_element.tail = self.data_helper.LINE_BREAK203 child.tail = self.data_helper.LINE_BREAK_INDENT
150 def initial_element(cls, tag, tail, text): argument152 element.tail = tail
152 child.tail = self.data_helper.LINE_BREAK_INDENT174 child.tail = self.data_helper.LINE_BREAK
322 head, tail = os.path.split(path)323 if not tail:324 head, tail = os.path.split(head)325 if tail in [resource_dir, testcases_dir]: