Open 0xorial opened 1 month ago
From python docs:
If one of those methods does not support the operation with the supplied arguments, it should return NotImplemented.
It currently just calls .union(), which leads to raising a ValueError()
What is exactly the problem?
From python docs:
If one of those methods does not support the operation with the supplied arguments, it should return NotImplemented.
It currently just calls .union(), which leads to raising a ValueError()