Files
codeql/python/ql/test/query-tests/Functions/general/ModificationOfParameterWithDefault.expected
2018-11-19 15:15:54 +00:00

3 lines
320 B
Plaintext

| functions_test.py:40:5:40:17 | Attribute() | Modification of parameter $@, which has mutable default value. | functions_test.py:39:9:39:9 | Parameter | x |
| functions_test.py:239:5:239:14 | AugAssign | Modification of parameter $@, which has mutable default value. | functions_test.py:238:15:238:15 | Parameter | x |