function_reflection_handlers

function_reflection_handlers#

Reflection-based handlers for functions, closures, and classes.

These handlers provide: - deep-linking to jump to the place a particular object was defined, - visualization of closure variables for closures

Functions

format_source_location(filepath, lineno)

Formats a reference to a given filepath and line number.

handle_code_objects_with_reflection(node, ...)

Renders code objects using source-code reflection and closure inspection.