Py2Cpg

io.joern.pysrc2cpg.Py2Cpg
See thePy2Cpg companion object
class Py2Cpg(inputProviders: Iterable[InputProvider], configInputProviders: Iterable[InputProvider], outputCpg: Cpg)

Entry point for general cpg generation from python code.

Attributes

configInputProviders

Set of functions which provide InputPairs representing configuration files. The functions must be safe to call from different threads.

inputProviders

Set of functions which provide InputPairs. The functions must be safe to call from different threads.

outputCpg

Empty target cpg which will be populated.

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def buildCpg(): Unit