Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
D__init__.py78 ASCII_SPACES = '\x20\x0a\x09\x0c\x0d' variable in BeautifulSoup
269 if i not in self.ASCII_SPACES: