LLVM OpenMP 22.0.0git
check.Checks Class Reference
Inheritance diagram for check.Checks:
[legend]

Classes

class  CheckError

Public Member Functions

 __init__ (self, filename, prefix)
 readStdin (self)
 readChecks (self)
 check (self)

Public Attributes

list checks = []
list lines = []
bool check_no_output = False
 filename = filename
 prefix = prefix

Detailed Description

Definition at line 7 of file check.py.

Constructor & Destructor Documentation

◆ __init__()

check.Checks.__init__ ( self,
filename,
prefix )

Definition at line 11 of file check.py.

Member Function Documentation

◆ check()

check.Checks.check ( self)

Definition at line 37 of file check.py.

References check_no_output, checks, lines, and prefix.

◆ readChecks()

check.Checks.readChecks ( self)

Definition at line 21 of file check.py.

References check_no_output, checks, filename, and prefix.

◆ readStdin()

check.Checks.readStdin ( self)

Definition at line 18 of file check.py.

References lines.

Member Data Documentation

◆ check_no_output

bool check.Checks.check_no_output = False

Definition at line 14 of file check.py.

Referenced by check(), and readChecks().

◆ checks

check.Checks.checks = []

Definition at line 12 of file check.py.

Referenced by check(), and readChecks().

◆ filename

check.Checks.filename = filename

Definition at line 15 of file check.py.

Referenced by message-converter.MessageData.getMeta(), and readChecks().

◆ lines

check.Checks.lines = []

Definition at line 13 of file check.py.

Referenced by check(), and readStdin().

◆ prefix

check.Checks.prefix = prefix

Definition at line 16 of file check.py.

Referenced by check(), and readChecks().


The documentation for this class was generated from the following file: