This commit is contained in:
M1ha Shvn 2022-11-29 18:11:20 -06:00 committed by GitHub
commit bf7d929d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@ class Q(object):
def __invert__(self):
q = copy(self)
q._negate = True
q._negate = not q._negate
return q
def __bool__(self):