function_name can be formatted as <built-in method builtins.len>, so it needs to be escaped; otherwise, the function name won't display at all in the resulting HTML. For extra clarity, function name is only rendered as a link if it's associated with a path and line number.
function_name can be formatted as
<built-in method builtins.len>
, so it needs to be escaped; otherwise, the function name won't display at all in the resulting HTML. For extra clarity, function name is only rendered as a link if it's associated with a path and line number.Before image:
After image: