PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
Loading...
Searching...
No Matches
Static Public Attributes
audit_function_docs.AuditFinding Class Reference

Represents one audit failure. More...

Static Public Attributes

str path
 
int line
 
str symbol
 
str message
 

Detailed Description

Represents one audit failure.

Parameters
[in]pathRepository-relative path containing the failure.
[in]line1-based source line associated with the failure.
[in]symbolFunction symbol being audited.
[in]messageHuman-readable failure description.

Definition at line 45 of file audit_function_docs.py.

Field Documentation

◆ path

str audit_function_docs.AuditFinding.path
static

Definition at line 54 of file audit_function_docs.py.

◆ line

int audit_function_docs.AuditFinding.line
static

Definition at line 55 of file audit_function_docs.py.

◆ symbol

str audit_function_docs.AuditFinding.symbol
static

Definition at line 56 of file audit_function_docs.py.

◆ message

str audit_function_docs.AuditFinding.message
static

Definition at line 57 of file audit_function_docs.py.


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