Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
PRESUBMIT_test_mocks.MockOutputApi.PresubmitError Class Reference
+ Inheritance diagram for PRESUBMIT_test_mocks.MockOutputApi.PresubmitError:
+ Collaboration diagram for PRESUBMIT_test_mocks.MockOutputApi.PresubmitError:

Public Member Functions

 __init__ (self, message, items=None, long_text='')
 
- Public Member Functions inherited from PRESUBMIT_test_mocks.MockOutputApi.PresubmitResult
 __repr__ (self)
 

Public Attributes

str type = 'error'
 
- Public Attributes inherited from PRESUBMIT_test_mocks.MockOutputApi.PresubmitResult
 message = message
 
 items = items
 
 long_text = long_text
 

Detailed Description

Definition at line 41 of file PRESUBMIT_test_mocks.py.

Constructor & Destructor Documentation

◆ __init__()

PRESUBMIT_test_mocks.MockOutputApi.PresubmitError.__init__ ( self,
message,
items = None,
long_text = '' )

Reimplemented from PRESUBMIT_test_mocks.MockOutputApi.PresubmitResult.

Definition at line 43 of file PRESUBMIT_test_mocks.py.

Member Data Documentation

◆ type

str PRESUBMIT_test_mocks.MockOutputApi.PresubmitError.type = 'error'

Definition at line 45 of file PRESUBMIT_test_mocks.py.


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