Searched refs:_strip (Results 1 – 5 of 5) sorted by relevance
82 self._strip = strip119 if self._strip:120 name = name[max(0, min(self._strip, len(name) - 1)):]
435 def _strip(txt): function453 assert _strip(e1.text) == _strip(e2.text)