class Assert_Dialog:
Method | __init__ |
Shows a user dialog if an assertion failed. Intended for beta-testing. This allows the user to either quit or resume (possibly resulting in unstable behaviour). Furthermore, it provides a link for filing an issue on GitHub (partially prefilled). |
Instance Variable | _dialog |
Undocumented |
Parameters | |
assertion:bool | Boolean |
message:str | Error message |