module documentation

Visitor classes pulled out from different tests These are here because we don't currently support having interpreted classes subtype compiled ones but pytest grabs the python file even if the test was compiled.

Class SkippedNodeSearcher Undocumented
Class TypeAssertTransformVisitor Undocumented
Function ignore_node Return True if node is to be omitted from test case output.
def ignore_node(node: Expression) -> bool: (source)

Return True if node is to be omitted from test case output.