Searched refs:longest_run_of_spaces (Results 1 – 1 of 1) sorted by relevance
184 def longest_run_of_spaces(self): member in Whitespace219 n = max(self.longest_run_of_spaces(),220 other.longest_run_of_spaces()) + 1247 n = max(self.longest_run_of_spaces(),248 other.longest_run_of_spaces()) + 1260 n = max(self.longest_run_of_spaces(),261 other.longest_run_of_spaces()) + 1