mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
11 lines
405 B
Plaintext
11 lines
405 B
Plaintext
| mapping | builtin-class dict |
|
|
| mapping | class MyDictSubclass |
|
|
| neither sequence nor mapping | builtin-class set |
|
|
| neither sequence nor mapping | class MyMappingABC |
|
|
| neither sequence nor mapping | class MySequenceABC |
|
|
| sequence | builtin-class list |
|
|
| sequence | builtin-class str |
|
|
| sequence | builtin-class tuple |
|
|
| sequence | builtin-class unicode |
|
|
| sequence | class MySequenceImpl |
|