@monorail to be fair a lot of dunderscore shit is fucked up and weird in python (i love dunderscore python shit)
@wallhackio well, i say i want __contains__
to work but really i want in
to work. that's just how it's implemented
@monorail I actually don't know any specifics about what __contains__
does so I don't know what this means
@wallhackio when you write a in b
, what that "really" means is b.__contains__(a)
@monorail in 3.12?
@wallhackio me too :3