Home | History | Annotate | Download | only in test

Lines Matching refs:_cache

449     >>> cache_len_10 = len(ET.ElementPath._cache)

451 >>> len(ET.ElementPath._cache) == cache_len_10
454 >>> len(ET.ElementPath._cache) > cache_len_10
457 >>> len(ET.ElementPath._cache) < 500
1855 self._path_cache = ElementTree.ElementPath._cache
1859 ElementTree.ElementPath._cache = self._path_cache.copy()
1866 ElementTree.ElementPath._cache = self._path_cache