mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
4 lines
242 B
Python
4 lines
242 B
Python
import numpy
|
|
|
|
numpy.load(file_) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy decodeMayExecuteInput
|
|
numpy.load(filename=file_) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy decodeMayExecuteInput |