Gets a potential definition of the function name according to our approximation of
MRO for the class startingCls (see getNextClassInMroKnownStartingClass for more information).
Note: this is almost the same as findFunctionAccordingToMro, except we know the
startingClass, which can give slightly more precise results.
Import path
import semmle.python.dataflow.new.internal.DataFlowDispatchFunction findFunctionAccordingToMroKnownStartingClass(Class startingClass, string name)