We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4d002 commit 4b336e9Copy full SHA for 4b336e9
python/ql/test/experimental/dataflow/coverage/classes.py
@@ -1,5 +1,5 @@
1
# User-defined methods, both instance methods and class methods, can be called in many non-standard ways
2
-# i.e. differently from simply `c.f()` or `C.f()`. For example, a user-defined `__await__` function on a
+# i.e. differently from simply `c.f()` or `C.f()`. For example, a user-defined `__await__` method on a
3
# class `C` will be called by the syntactic construct `await c` when `c` is an instance of `C`.
4
#
5
# These tests should cover all the class calls that we hope to support.
0 commit comments