You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``callees`` returns a list of functions that this function calls
3244
3244
This does not include the address of those calls, rather just the function objects themselves. Use :py:meth:`call_sites` to identify the location of these calls.
3245
+
This does not include calls to imported functions, as they do not have a function object, use :py:meth:`callee_addresses` for that.
3245
3246
3246
3247
:return: List of Functions that this function calls
0 commit comments