Searched refs:block_data (Results 1 – 1 of 1) sorted by relevance
1895 def block_check_sorted(self, block_data, *, regex, strip, fold): argument1900 block_data = textwrap.dedent(block_data)1902 lines = block_data.splitlines()1939 block_data = ""1959 block_data = ""1977 idx = self.block_check_sorted(block_data, regex=regex, strip=strip, fold=fold)1983 block_data += line
Completed in 6 milliseconds