mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
4 lines
498 B
Plaintext
4 lines
498 B
Plaintext
| argument_names.py:17:5:17:24 | Function n_cmethod | Class methods or methods of a type deriving from type should have 'cls', rather than 'self', as their first argument. |
|
|
| argument_names.py:22:5:22:21 | Function n_cmethod2 | Class methods or methods of a type deriving from type should have 'cls' as their first argument. |
|
|
| argument_names.py:37:5:37:20 | Function c_method | Class methods or methods of a type deriving from type should have 'cls', rather than 'y', as their first argument. |
|