Predicate invokedFunctionFromClassConstruction
Gets a function, either __init__ or __new__ as specified by funcName, that will
be invoked when cls is constructed – where the function lookup is based on our MRO
calculation.
Import path
import semmle.python.dataflow.new.internal.DataFlowDispatchFunction invokedFunctionFromClassConstruction(Class cls, string funcName)