set_line_profile_data
Method
This is a method of the Profiler class in the profiler module.Store line-level profiling data.
Signature
Parameters
No description available.
No description available.
Store line-level profiling data.
This is a method of the Profiler class in the profiler module.Store line-level profiling data.
def set_line_profile_data(func_name: str, data: Any) -> None