module documentation
(source)

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 ​Skipped​Node​Searcher Undocumented
Class ​Type​Assert​Transform​Visitor Undocumented
Function ignore​_node Return True if node is to be omitted from test case output.
def ignore_node(node): (source)
Return True if node is to be omitted from test case output.
Parameters
node:ExpressionUndocumented
Returns
boolUndocumented