mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
5 lines
288 B
Python
5 lines
288 B
Python
import pandas
|
|
|
|
pandas.read_pickle(file_) # $ decodeInput=file_ decodeOutput=pandas.read_pickle(..) decodeFormat=pickle decodeMayExecuteInput
|
|
pandas.read_pickle(filepath_or_buffer=file_) # $ decodeInput=file_ decodeOutput=pandas.read_pickle(..) decodeFormat=pickle decodeMayExecuteInput
|