Functions.extended_caller_functions()
Returns a Functions object representing the functions through which the functions from current Functions object could be called.
Last updated
Returns a Functions object representing the functions through which the functions from current Functions object could be called.
Last updated
extended_caller_functions() β
Functions
The function will retrieve extended/inter-procedural functions, meaning it works recursively. It returns the Functions object representing all the functions that ultimately call the function in question.