LLVM OpenMP 20.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
check.Checks Class Reference
Inheritance diagram for check.Checks:
Inheritance graph
[legend]

Classes

class  CheckError
 

Public Member Functions

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

Public Attributes

 checks
 
 lines
 
 check_no_output
 
 filename
 
 prefix
 

Detailed Description

Definition at line 7 of file check.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 11 of file check.py.

Member Function Documentation

◆ check()

def check.Checks.check (   self)

◆ readChecks()

def check.Checks.readChecks (   self)

◆ readStdin()

def check.Checks.readStdin (   self)

Definition at line 18 of file check.py.

References check.Checks.lines.

Member Data Documentation

◆ check_no_output

check.Checks.check_no_output

Definition at line 14 of file check.py.

Referenced by check.Checks.check(), and check.Checks.readChecks().

◆ checks

check.Checks.checks

Definition at line 12 of file check.py.

Referenced by check.Checks.check(), and check.Checks.readChecks().

◆ filename

check.Checks.filename

Definition at line 15 of file check.py.

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

◆ lines

check.Checks.lines

Definition at line 13 of file check.py.

Referenced by check.Checks.check(), and check.Checks.readStdin().

◆ prefix

check.Checks.prefix

Definition at line 16 of file check.py.

Referenced by check.Checks.check(), and check.Checks.readChecks().


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