internal.types.bool
Source code: internal/types/bool.seq
-
extension bool
Magic methods:
-
__new__()
-
__new__[T](what: T)
-
__str__()
-
__copy__()
-
__bool__()
-
__hash__()
-
__invert__()
-
__eq__(other: bool)
-
__ne__(other: bool)
-
__lt__(other: bool)
-
__gt__(other: bool)
-
__le__(other: bool)
-
__ge__(other: bool)
-
__and__(other: bool)
-
__or__(other: bool)
-
__xor__(other: bool)
-
__int__()
-
__float__()