just came up with this amazing python assignment:
() = data
was a bit surprised that it actually works, but well... 😅
(it's a sequence unpacking assignment, where the target sequence has length 0. so essentially an assert that 'data' is bound to a sequence of length 0)