Files
clang-p2996/mlir/python
drazi 25c5235f30 assert with more information to help debug (#132194)
This PR output debug message to assertion to help debug user python
code. Will print out more friendly information

```
>           assert isinstance(arg, _cext.ir.Value), f"expects Value, got {type(arg)}"                                                          
E           AssertionError: expected Value, got <class 'UserDefinedClass'>       
```
2025-05-29 00:14:37 -04:00
..