Files
codeql/python/ql/test/library-tests/objects/Name.expected
2018-11-19 15:15:54 +00:00

10 lines
260 B
Plaintext

| sys.modules | dict object |
| test.C.cmeth | Function cmeth |
| test.C.cmeth | classmethod() |
| test.C.meth | Function meth |
| test.C.smeth | Function smeth |
| test.C.smeth | staticmethod() |
| test.d | Dict |
| test.l | List |
| test.n | NoneType None |