Public Member Functions | |
def | __init__ |
def | enter |
def | leave |
def | modules |
Private Attributes | |
_analyzerRef | |
Class to scan a sequence and give a list of analyzer used and a list of their names
Definition at line 86 of file ValidationUtils.py.
def ValidationUtils.Scanner.__init__ | ( | self | ) |
Definition at line 88 of file ValidationUtils.py.
def ValidationUtils.Scanner.enter | ( | self, | |
visitee | |||
) |
Definition at line 90 of file ValidationUtils.py.
def ValidationUtils.Scanner.leave | ( | self, | |
visitee | |||
) |
Definition at line 94 of file ValidationUtils.py.
def ValidationUtils.Scanner.modules | ( | self | ) |
Definition at line 92 of file ValidationUtils.py.
References ValidationUtils.Scanner._analyzerRef.
|
private |
Definition at line 89 of file ValidationUtils.py.
Referenced by ValidationUtils.Scanner.modules().