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