Files
codeql/python/ql/test/modelling/NotPackage/possibly_lib.py
Rasmus Wriedt Larsen dc33f0de1d Python: Additional tests for model-editor
We currently have some problems with these files, that we should fix
later down the line. See PR comment for more details.
2024-07-02 14:28:46 +02:00

6 lines
169 B
Python

# model editor should allow modeling the functions defined in this file, even when the
# file is not imported explicitly.
def possibly_lib_func(x, y):
return x + y