The following should be implemented `src/vm/obj/objbool` - [ ] bool . \_\_ceil__ - [ ] bool . \_\_dir__ - [ ] bool . \_\_floor__ - [ ] bool . \_\_getnewargs__ - [ ] bool . \_\_index__ - [ ] bool . \_\_init_subclass__ - [ ] bool . \_\_int__ - [ ] bool . \_\_radd__ - [ ] bool . \_\_rand__ - [ ] bool . \_\_rdivmod__ - [ ] bool . \_\_reduce__ - [ ] bool . \_\_reduce_ex__ - [ ] bool . \_\_rfloordiv__ - [ ] bool . \_\_rlshift__ - [ ] bool . \_\_rmod__ - [ ] bool . \_\_rmul__ - [ ] bool . \_\_ror__ - [ ] bool . \_\_round__ - [ ] bool . \_\_rpow__ - [ ] bool . \_\_rrshift__ - [ ] bool . \_\_rsub__ - [ ] bool . \_\_rtruediv__ - [ ] bool . \_\_rxor__ - [ ] bool . \_\_setattr__ - [ ] bool . \_\_sizeof__ - [ ] bool . \_\_subclasshook__ - [ ] bool . \_\_trunc__ - [ ] bool . denominator - [ ] bool . from_bytes - [ ] bool . imag - [ ] bool . numerator - [ ] bool . real - [ ] bool . to_bytes
The following should be implemented
src/vm/obj/objbool