Basic Features
The following table shows the basic features of pkpy with respect to cpython.
Supported magic methods
Unary operators
__repr____str____hash____len____iter____next____neg__
Logical operators
__eq____lt____le____gt____ge____contains__
Binary operators
__add____radd____sub____rsub____mul____rmul____truediv____floordiv____mod____pow____matmul____lshift____rshift____and____or____xor____invert__
Indexer
__getitem____setitem____delitem__
Specials
__new____init____call____divmod____enter____exit____name____all__