mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Python: Apply suggestions from code review
Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
committed by
GitHub
parent
eaed870b31
commit
47448d9efc
@@ -127,8 +127,8 @@ private DataFlow::Node getSimpleMethodReferenceWithinClass(Function func) {
|
||||
* print(inst.my_method)
|
||||
* ```
|
||||
*
|
||||
* But is able to handle simple method calls within a class, but does not take MRO into
|
||||
* account.
|
||||
* But it is able to handle simple method calls within a class (but does not take MRO into
|
||||
* account).
|
||||
* ```py
|
||||
* class MyClass:
|
||||
* def method1(self);
|
||||
|
||||
Reference in New Issue
Block a user