Files
codeql/python/ql/test/3/extractor-tests/matmult/matmul.py
Taus 8ec414d454 Python: Add copy of internal Python 3 tests
Again, mostly extractor tests, and a single library test.
2024-04-15 12:30:01 +00:00

4 lines
44 B
Python

def matmul(a,b):
a * b
return a @ b