mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Python: Add cloudpickle model
This one didn't seem to fit into the subclass approach, so I just modeled it manually.
This commit is contained in:
committed by
Rasmus Wriedt Larsen
parent
5920a8fad6
commit
6261a94986
@@ -1298,7 +1298,7 @@ module StdlibPrivate {
|
||||
// pickle
|
||||
// ---------------------------------------------------------------------------
|
||||
/** Gets a reference to any of the `pickle` modules. */
|
||||
API::Node pickle() { result = API::moduleImport(["pickle", "cPickle", "_pickle"]) }
|
||||
API::Node pickle() { result = API::moduleImport(["pickle", "cPickle", "_pickle", "cloudpickle"]) }
|
||||
|
||||
/**
|
||||
* A call to `pickle.load`
|
||||
|
||||
Reference in New Issue
Block a user