Home
last modified time | relevance | path

Searched refs:STRIP_ASCII_SPACES (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1081 STRIP_ASCII_SPACES = { 9: None, 10: None, 12: None, 13: None, 32: None, } variable in BeautifulStoneSoup
1242 if (currentData.translate(self.STRIP_ASCII_SPACES) == '' and