Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc09720 + 7416792 commit 6f1f926Copy full SHA for 6f1f926
1 file changed
python/ql/examples/snippets/filename.ql
@@ -8,5 +8,5 @@
8
import python
9
10
from File f
11
-where f.getName() = "spam.py"
+where f.getShortName() = "spam.py"
12
select f
0 commit comments