mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Update python/ql/src/semmle/python/Magic.qll
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ import python
|
||||
module MagicMethod {
|
||||
/** A control flow node which might correpsond to a magic method call. */
|
||||
abstract class Potential extends ControlFlowNode {
|
||||
/** Gets the name of the method that would be called */
|
||||
/** Gets the name of the method that would be called. */
|
||||
abstract string getMagicMethodName();
|
||||
|
||||
/** Gets the controlflow node that would be passed as the specified argument. */
|
||||
|
||||
Reference in New Issue
Block a user