CodeQL Cheatsheets
Home
Tags
C++
C#
Javascript
Java
Go
Python
Ruby
About
File with given name
python
basic
pattern
Author: LGTM
import python from File f where f.getShortName() = 'spam.py' select f
Description
Finds files called `spam.py`