mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
3 lines
348 B
Plaintext
3 lines
348 B
Plaintext
| functions_test.py:100:5:100:24 | Function n_cmethod | Class methods or methods of a type deriving from type should have 'cls', rather than 'self', as their first argument. |
|
|
| functions_test.py:114:5:114:20 | Function c_method | Class methods or methods of a type deriving from type should have 'cls', rather than 'y', as their first argument. |
|