class documentation

Filter nodes according to a mode and nodes' visibility.

Method __init__ Init filter modes.
Method show_attr Return true if the node should be treated.
Instance Variable __mode Undocumented
def __init__(self, mode: str): (source)

Init filter modes.

def show_attr(self, node: nodes.NodeNG|str) -> bool: (source)

Return true if the node should be treated.

Undocumented