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

7 lines
255 B
Plaintext

| 55 | classmethod() | 56 | Function c1 |
| 62 | classmethod() | 59 | Function c2 |
| 63 | classmethod() | 59 | Function c2 |
| 65 | staticmethod() | 66 | Function s1 |
| 72 | staticmethod() | 69 | Function s2 |
| 73 | staticmethod() | 69 | Function s2 |