mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
11 lines
361 B
YAML
11 lines
361 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/python-all
|
|
extensible: typeModel
|
|
data:
|
|
- ['test.X', 'test.Y', 'Method[foo].Arg[0]']
|
|
- ['test.X', 'test.Y', 'Method[foo].Argument[0-1]']
|
|
- ['test.X', 'test.Y', 'Method[foo].Argument[*]']
|
|
- ['test.X', 'test.Y', 'Method[foo].Argument']
|
|
- ['test.X', 'test.Y', 'Method[foo].Member']
|