mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
Python: Hide internal CompileError constructor from docs
This commit is contained in:
parent
45b55b8a8c
commit
48fbf887aa
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ Struct = native.PyStruct
|
|||
|
||||
class CompileError(Exception):
|
||||
def __init__(self, message: str, diagnostics: list[native.PyDiagnostic]):
|
||||
"""@private"""
|
||||
self.message = message
|
||||
self.diagnostics = diagnostics
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue