Skip to main content

set_line_profile_data

Method
This is a method of the Profiler class in the profiler module.
Store line-level profiling data.

Signature

def set_line_profile_data(func_name: str, data: Any) -> None

Parameters

func_name
str
required
No description available.
data
Any
required
No description available.