|
@@ -250,6 +250,8 @@ The following is the list of supported operators and their precedence.
|
|
|
+---------------------------------------------------------------+-----------------------------------------+
|
|
|
| ``x.attribute`` | Attribute reference |
|
|
|
+---------------------------------------------------------------+-----------------------------------------+
|
|
|
+| ``foo()`` | Function call |
|
|
|
++---------------------------------------------------------------+-----------------------------------------+
|
|
|
| ``is`` | Instance type checker |
|
|
|
+---------------------------------------------------------------+-----------------------------------------+
|
|
|
| ``~`` | Bitwise NOT |
|