Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py78 ASCII_SPACES = '\x20\x0a\x09\x0c\x0d' variable in BeautifulSoup
296 if i not in self.ASCII_SPACES: