class documentation

class WordsWithUnderscores(Filter): (source)

View In Hierarchy

Skips words with underscores. They are probably function parameter names.

Method _skip Undocumented
def _skip(self, word: str) -> bool: (source)

Undocumented