Expand description
Shared callee-rendering helpers used by both calls and risk detectors.
Functions§
- leftmost_
name - The leftmost
Nameof an expression chain — the anchor for line resolution. - render_
expr - Render a callee expression into a dotted string:
Name("open")→"open",Attribute(Name("requests"), "get")→"requests.get". ReturnsNonefor shapes we don’t model (calls-of-calls, subscript callees, etc.).