Files
codeql/python/ql/test/library-tests/descriptors/Properties.expected
Rasmus Wriedt Larsen e747add485 Python: Descriptor tests fixup (3/3)
Better tests for properties
2020-02-19 14:10:29 +01:00

9 lines
650 B
Plaintext

| test.py:6:5:6:16 | Function x | getter | test.py:5:6:5:13 | Property x |
| test.py:11:5:11:23 | Function x | setter | test.py:5:6:5:13 | Property x |
| test.py:15:5:15:16 | Function x | deleter | test.py:5:6:5:13 | Property x |
| test.py:21:5:21:16 | Function x | getter | test.py:20:6:20:13 | Property x |
| test.py:28:5:28:19 | Function getx | getter | test.py:37:9:37:59 | Property getx |
| test.py:31:5:31:26 | Function setx | setter | test.py:37:9:37:59 | Property getx |
| test.py:34:5:34:19 | Function delx | deleter | test.py:37:9:37:59 | Property getx |
| test.py:41:5:41:19 | Function getx | getter | test.py:44:9:44:22 | Property getx |